Node-RED and Redis form a powerful combination for building industrial IoT data pipelines. The node-red-contrib-redis package provides nodes for publishing, subscribing, and working with Redis data structures including Streams.
[Sensor/MQTT] → [Node-RED] → [Redis Stream] → [Consumer Application]
↓
[Dashboard/Alert]
Node-RED can publish incoming MQTT messages directly to Redis Streams, creating a durable event log that survives Node-RED restarts.
Use Redis as a shared state store between different Node-RED flows or instances. Store machine states, configuration, and session data.
Redis's atomic operations enable sophisticated rate limiting in Node-RED flows to prevent overwhelming downstream systems.
node-red-contrib-redis from the Node-RED palette