Node.js Client for VMware GemFire version 2.0 supports JavaScript apps that work with Cloud Cache v1.6.0 and later versions, and with Pivotal GemFire v9.6.0 and later.
Node.js Client for VMware GemFire supports the following features:
Features not yet implemented include:
read-serialized
property must be true
.For Node.js applications running against Pivotal Platform deployments using PCC:
Release Date: June 22, 2020
number
type that have an exact integer representation are delivered to cluster servers and will reside on the cluster servers as type long
, which is a 64-bit integer representation.Using a number
type for an entry key may lead to unexpected behavior. A number
has a double precision floating point representation, which has implications when the desired key type is an integer. The interoperability of region operations will be an issue with apps written in other programming languages.