Node-Red Node for Redis.
Run from GitHub:
# Into the user-dir, default "~/.node-red"
cd ~/.node-red
npm inatall https://github.com/baihongru/node-red-contrib-redis.git
Or from local:
Clone repo:
git clone https://github.com/baihongru/node-red-contrib-redis.git
Install dependencies:
cd node-red-contrib-redis
npm install
Install to the Node-Red:
# Into the user-dir, default "~/.node-red"
cd ~/.node-red
npm install <Path of the node-red-contrib-redis directory>