socket.io-redis-streams-adapter icon indicating copy to clipboard operation
socket.io-redis-streams-adapter copied to clipboard

Add support for `node-redis` 5.0

Open graham-macdonald-simplisafe opened this issue 6 months ago • 1 comments

node-redis dramatically modified their API from 4.x to 5.x and commandOptions are no longer supported. If the adapter is used with node-redis 5.0 it will silently hang (debug messages indicate the issue).

I have added this and created PR https://github.com/socketio/socket.io-redis-streams-adapter/pull/36 @darrachequesne FYI

AndrijVasyliev avatar Jul 21 '25 11:07 AndrijVasyliev