Skip to content

Commit 9347b0e

Browse files
committed
update features list
1 parent 7ec4c11 commit 9347b0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

7578
Please 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

0 commit comments

Comments
 (0)