v2.14.0
- Clustering now spreads load evenly across instances in the Cluster
- When using Clustering,
group.deleteKey(key)
now deletes keys (across the Cluster) even if they are not present in the local Group instance - Added
group.clusterKeys()
. Unlikegroup.keys()
, it returns all Group keys in the Cluster, not just those in the local Group instance.