contextStorage:{custom:{module:require("node-red-contrib-context-redis"),config:{prefix:process.env.APP_NAME||"appname",host:process.env.REDIS_HOST||"localhost",port:process.env.REDIS_PORT||6379,db:process.env.REDIS_DB||0,username:process.env.REDIS_USERNAME||"",password:process.env.REDIS_...
node-red-contrib-redisNode Red client for Redis with pub/sub, list, lua scripting, ssl, cluster, custom commands, instance injection and other commands support.Now uses same connection per flow and open new if you set block connection option.Roadmap:(...
node-red-contrib-redisNode Red client for Redis with pub/sub, list, lua scripting, ssl, cluster, custom commands, instance injection and other commands support.Now uses same connection per flow and open new if you set block connection option.Road...