Interface RedisClusterCommands

All Known Subinterfaces:
DefaultedRedisClusterConnection, RedisClusterConnection
All Known Implementing Classes:
JedisClusterConnection, LettuceClusterConnection

public interface RedisClusterCommands
Interface for the cluster commands supported by Redis. A RedisClusterNode can be obtained from clusterGetNodes() or it can be constructed using either host and RedisNode.getPort() or the node Id.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch