Class ClusterInfo

java.lang.Object
org.springframework.data.redis.connection.ClusterInfo

public class ClusterInfo extends Object
ClusterInfo gives access to cluster information such as cluster_state and cluster_slots_assigned provided by the CLUSTER INFO command.
Since:
1.7
Author:
Christoph Strobl