Redis Connection
Description
A Redis Connection describes how Apache Hop connects to Redis in Standalone, Sentinel or Cluster mode. Connections are managed in the Metadata perspective and serialized as JSON under:
metadata/redis-connection/
Use the Test button to verify connectivity with a Redis PING.
The editor is split into two groups:
-
Connection config — topology, authentication and timeouts (fields change with deployment mode)
-
Pool config — shared Lettuce connection-pool settings for all three modes
Connection config
| Option | Description |
|---|---|
Deployment mode |
|
Hostname / Port | Standalone host and port (default |
Database | Logical database index for Standalone/Sentinel (default |
Master name | Sentinel master name. Visible only in Sentinel mode. |
Sentinel nodes | Sentinel nodes as |
Cluster nodes | Cluster seed nodes as |
Username / Password | Optional ACL credentials |
Use SSL/TLS | Enable TLS for the connection |
Timeout (ms) | Command timeout in milliseconds |
Pool config
Pool settings are shared by Standalone, Sentinel and Cluster. Enable pooling when you want Lettuce to manage a commons-pool2 connection pool.
| Option | Description |
|---|---|
Enable connection pooling | Turn on Lettuce |
Max total | Maximum connections in the pool (default |
Max idle | Maximum idle connections (default |
Min idle | Minimum idle connections (default |
Max wait (ms) | Borrow timeout ( |