Class RedisClusterNode

java.lang.Object
org.springframework.data.redis.connection.RedisNode
org.springframework.data.redis.connection.RedisClusterNode
All Implemented Interfaces:
NamedNode

public class RedisClusterNode extends RedisNode
Representation of a Redis server within the cluster.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch