Interface RedisConnectionDetails.Cluster
- Enclosing interface:
- RedisConnectionDetails
public static interface RedisConnectionDetails.Cluster
Redis cluster configuration.
-
Method Summary
-
Method Details
-
getNodes
List<RedisConnectionDetails.Node> getNodes()Nodes to bootstrap from. This represents an "initial" list of cluster nodes and is required to have at least one entry.- Returns:
- nodes to bootstrap from
-