chameleonbr / node-red-contrib-redis

Node RED client for Redis with pub/sub, list, lua scripting and other commands support.
MIT License
46 stars 40 forks source link

reply error: NOAUTH Authentication required #33

Closed sunder6218 closed 4 years ago

sunder6218 commented 4 years ago

Hey,

im getting this error when i run it in cluster mode. for single instance it works fine but as soon as i move to production where redis is setup in cluster mode. things break, i have ticked the cluster checkbox and here is my config.

[ { "host": 192.168.1.200, "port": 6471, "password": "password" }, { "host": 192.168.1.202, "port": 6571, "password": "password" } ]