We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d607da commit cc53561Copy full SHA for cc53561
README.md
@@ -32,7 +32,7 @@ This document explains Node.js client for Hazelcast which uses Hazelcast's Open
32
33
Hazelcast Node.js client supports the following data structures and features:
34
35
-* Map (except entry processors) and MultiMap
+* Map (including entry processors and `PartitionAware` keys) and MultiMap
36
* Queue, Set, and List
37
* Lock
38
* Smart Client
scripts/download-rc.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-HAZELCAST_VERSION="3.6.3"
+HAZELCAST_VERSION="3.6.5"
3
HAZELCAST_RC_VERSION="0.1-SNAPSHOT"
4
SNAPSHOT_REPO="https://oss.sonatype.org/content/repositories/snapshots"
5
RELEASE_REPO="http://repo1.maven.apache.org/maven2"
0 commit comments