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 ff22767 commit 1687394Copy full SHA for 1687394
README.md
@@ -70,7 +70,7 @@ const io = new Server();
70
const pubClient = createClient({ host: 'localhost', port: 6379 });
71
const subClient = pubClient.duplicate();
72
73
-io.adapter(redisAdapter(pubClient, subClient));
+io.adapter(createAdapter(pubClient, subClient));
74
75
// redis@3
76
io.listen(3000);
@@ -93,7 +93,7 @@ const io = new Server();
93
94
95
96
97
98
99
0 commit comments