n8n community node providing comprehensive Redis operations for key management, strings, hashes, lists, sets, and sorted sets. Version 1.1.0, published 2025, released as a community node for n8n workflows. Requires n8n >=0.174.0 and Redis server. Extends built-in Redis node with full coverage of data types and operations including SCAN, INCRBY, HINCRBY, ZADD, and dot notation support. Maintained by community, no known release cadence. Differentiator: all major Redis commands in one node.
npm install n8n-nodes-redis-extendedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use the RedisExtended node with n8n credentials and execute a SET operation.
Disable dot notation in node settings or escape dots in key names.
Use n8n-nodes-redis-extended or other community Redis nodes.
Prefer SCAN over KEYS for production use.
Run 'npm install n8n-workflow' in your project or ensure n8n is installed.
Set REDIS_HOST environment variable or configure credentials in n8n UI.
Ensure you are using the node within an n8n instance. The node is not meant to be used standalone.