We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc52f2 commit 1fbba6fCopy full SHA for 1fbba6f
README.md
@@ -13,7 +13,8 @@ This ShareDB add-on gives you horizontal scalability; the ability to have a clus
13
This snippet shows how to load this library and pass it into a new ShareDB instance.
14
15
```js
16
-var redisPubsub = require('sharedb-redis-pubsub')({client:redisClient}); // Redis client being an existing redis client connection
+// Redis client is an existing redis client connection
17
+var redisPubsub = require('sharedb-redis-pubsub')({client: redisClient});
18
19
var backend = new ShareDB({
20
db: db, // db would be your mongo db or other storage location
0 commit comments