接口 RedisConnectionDetails.Cluster
- 封闭接口:
RedisConnectionDetails
public static interface RedisConnectionDetails.Cluster
Redis cluster configuration.
-
方法详细资料
-
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.- 返回:
- nodes to bootstrap from
-
getSslBundle
SSL bundle to use.- 返回:
- the SSL bundle to use
- 从以下版本开始:
- 3.5.0
-