Redis
Options
| Name | Default | Description | Type | Since |
|---|---|---|---|---|
nodes | [] | The list of Redis or Valkey nodes to connect to, in the format host:port. | array | v4.6 |
cluster | optional | Identifies a group of instances that share state (e.g. cache entries) through Redis. Only instances with the same configuration should use the same value. If not set, falls back to the instance name. | string | v4.8 |