Skip to content

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

FieldDescriptionRequired
HostRedis server hostname or IP address (e.g., localhost)Yes
PortRedis port (default: 6379)Yes
PasswordRedis password (if authentication is enabled)No
DatabaseRedis 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.