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

is it possible to connect to an external redis instance #45

Closed poorsoftware closed 3 years ago

poorsoftware commented 3 years ago

Yes it's very much possible to connect to an external instance, as per documentation:

Connection Options parameter receives IORedis object or string (https://github.com/luin/ioredis#connect-to-redis).

Please close my ticket, thanks!