chameleonbr / node-red-contrib-redis

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

Connect to remote redis #36

Closed dm7pwnage closed 4 years ago

dm7pwnage commented 4 years ago

Hi,

would you please provide an example how to connect to a remote redis on a different port including a password?

Whatever combination I enter in the field "server" I get the error: "Error: connect ECONNREFUSED 127.0.0.1:6379"

Thank you in advance!

Kind regards

chameleonbr commented 4 years ago

Please see #35 some options to configure your redis server. Duplicate of #35.

chameleonbr commented 4 years ago

See the IORedis constructor parameters, https://github.com/luin/ioredis#connect-to-redis.

dm7pwnage commented 4 years ago

Thank you for your quick response.