File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ Hazelcast Node.js client supports the following data structures and features:
3939* Hazelcast Native Serialization
4040* Distributed Object Listener
4141* Lifecycle Service
42+ * Ringbuffer
43+ * Reliable Topic
44+ * SSL connection support (requires enterprise server)
4245
4346# Installing the Client
4447
@@ -74,7 +77,7 @@ HazelcastClient.newHazelcastClient().then(function (hazelcastClient) {
7477
7578Please see Hazelcast Node.js [ code samples] ( https://github.com/hazelcast/hazelcast-nodejs-client/tree/master/code_samples ) for more examples.
7679
77- You can also refer to Hazelcast Node.js [ API Documentation] ( http://hazelcast.github.io/hazelcast-nodejs-client/api/0.4 /docs/ ) .
80+ You can also refer to Hazelcast Node.js [ API Documentation] ( http://hazelcast.github.io/hazelcast-nodejs-client/api/0.5 /docs/ ) .
7881
7982
8083# Development
You can’t perform that action at this time.
0 commit comments