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 353870b commit e9cbe30Copy full SHA for e9cbe30
README.md
@@ -230,7 +230,7 @@ const options = {
230
const pubClient = new Redis(options);
231
const subClient = new Redis(options);
232
233
-io.adapter(redisAdapter({ pubClient: options, subClient: options }));
+io.adapter(redisAdapter({ pubClient: pubClient, subClient: subClient }));
234
```
235
236
## Protocol
0 commit comments