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

Enrich features in redis config #24

Closed kenime closed 4 years ago

kenime commented 4 years ago

1) Add Expression type to redis config options such that we can use various types of variables (global / flow / env / ...) 2) Support redis:// connection string in options.hosts 3) Various minor fixes