File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ This document explains Node.js client for Hazelcast which uses Hazelcast's Open
3434Hazelcast Node.js client supports the following data structures and features:
3535
3636* Map (including entry processors and ` PartitionAware ` keys) and MultiMap
37+ * Near Cache support for Map
3738* Queue, Set, and List
3839* Lock
3940* Smart Client
@@ -78,7 +79,7 @@ HazelcastClient.newHazelcastClient().then(function (hazelcastClient) {
7879
7980Please see Hazelcast Node.js [ code samples] ( https://github.com/hazelcast/hazelcast-nodejs-client/tree/master/code_samples ) for more examples.
8081
81- You can also refer to Hazelcast Node.js [ API Documentation] ( http://hazelcast.github.io/hazelcast-nodejs-client/api/0.5 /docs/ ) .
82+ You can also refer to Hazelcast Node.js [ API Documentation] ( http://hazelcast.github.io/hazelcast-nodejs-client/api/0.6 /docs/ ) .
8283
8384# Serialization Considerations
8485
You can’t perform that action at this time.
0 commit comments