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

SSL #29

Closed Nanyel closed 4 years ago

Nanyel commented 4 years ago

Could you explain how to add ssl support to the node?

chameleonbr commented 4 years ago

With string rediss://host:port/db or with TLS options(https://github.com/luin/ioredis#tls-options).