socket.io-redis-streams-adapter
socket.io-redis-streams-adapter copied to clipboard
Add support for `node-redis` 5.0
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