Interface RedisConnectionDetails.Cluster
- Enclosing interface:
RedisConnectionDetails
public static interface RedisConnectionDetails.Cluster
Redis cluster configuration.
- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson
-
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
-
getSslBundle
-