Interface ClusterOperations<K,V>


public interface ClusterOperations<K,V>
Redis operations for cluster specific operations. A RedisClusterNode can be obtained from a connection or it can be constructed using either host and RedisNode.getPort() or the node Id.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch, Dennis Neufeld