Interface RedisClusterConnection

All Superinterfaces:
AutoCloseable, RedisClusterCommands, RedisClusterServerCommands, RedisCommands, RedisConnection, RedisConnectionCommands, RedisGeoCommands, RedisHashCommands, RedisHyperLogLogCommands, RedisKeyCommands, RedisListCommands, RedisPubSubCommands, RedisScriptingCommands, RedisServerCommands, RedisSetCommands, RedisStreamCommands, RedisStringCommands, RedisTxCommands, RedisZSetCommands
All Known Subinterfaces:
DefaultedRedisClusterConnection
All Known Implementing Classes:
JedisClusterConnection, LettuceClusterConnection

public interface RedisClusterConnection extends RedisConnection, RedisClusterCommands, RedisClusterServerCommands
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. A RedisClusterNode can be obtained from RedisClusterCommands.clusterGetNodes() or it can be constructed using either host and RedisNode.getPort() or the node Id.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch