Skip to content

v2.14.0

Compare
Choose a tag to compare
@SGrondin SGrondin released this 18 Dec 20:24
· 87 commits to master since this release
  • 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(). Unlike group.keys(), it returns all Group keys in the Cluster, not just those in the local Group instance.