socketio / socket.io-redis-emitter

The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
https://socket.io/docs/v4/redis-adapter/
MIT License
721 stars 121 forks source link

How to authenticate with remote redis instance? #19

Closed acoyfellow closed 9 years ago

acoyfellow commented 9 years ago

Can't seem to get socket.io-emitter to authenticate.. Error: Ready check failed: NOAUTH Authentication required.

Something like: require('socket.io-emitter')({ host: 'host.com', port: 4532, pass:'pass' }) would make a lot of sense.. or am I missing something?

Edit: I just noticed the pull request.. Silly me :)