A Node-RED node to save data to a Redis database. Version 0.0.5 is the latest stable release. This node provides simple output to Redis with support for Hash, Set, List, and String types. Requires a local Redis server. Maintenance is low; the package has not been updated recently and is part of the node-red-nodes collection. Differentiator: integrates directly into Node-RED flows.
npm install node-red-node-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a basic Node-RED flow configuration for a redis output node.
Ensure Redis server is running on localhost:6379 before deploying flow.
Set msg.topic property in preceding nodes or specify a key in the node configuration.
Use a function node to format payload correctly before the redis node.
Start Redis server: redis-server
Ensure the input message has a topic property or set a key in node config.