-
Notifications
You must be signed in to change notification settings - Fork 490
Closed
Milestone
Description
I updated node-redis from v3.1.2 to 4.0.0 on my node client and socket.io stopped working. First emit is send, then it crashes.
Node client:
Error: Got an unexpected reply from Redis
at RedisCommandsQueue._RedisCommandsQueue_shiftWaitingForReply
Socket.io server (redis 3.1.2):
node_modules\notepack.io\lib\decode.js:246
throw new Error((buffer.length - decoder.offset) + ' trailing bytes');
Running Socket.io server with redis 4.0.0:
node_modules\@socket.io\redis-adapter\dist\index.js:64
this.subClient.psubscribe(this.channel + "*", onError);
^
TypeError: this.subClient.psubscribe is not a function
at new RedisAdapter
braeden
Metadata
Metadata
Assignees
Labels
No labels