Redis Connection
Connect to a Redis instance to use the Redis node in your workflows for key-value operations, caching, pub/sub, and more.
Configuration
| Field | Description | Required |
|---|---|---|
| Host | Redis server hostname or IP address (e.g., localhost) | Yes |
| Port | Redis port (default: 6379) | Yes |
| Password | Redis password (if authentication is enabled) | No |
| Database | Redis database number (default: 0) | No |
Usage
Once created, this connection becomes available in the Redis node which supports 25+ operations across strings, hashes, lists, sets, and more.
TIP
Redis supports multiple logical databases (numbered 0-15 by default). Use the Database field to select which one your workflows should use.