クラス JedisClusterConnection

java.lang.ObjectSE
org.springframework.data.redis.connection.jedis.JedisClusterConnection
実装済みのインターフェース一覧:
AutoCloseableSE, DefaultedRedisClusterConnection, DefaultedRedisConnection, RedisClusterCommands, RedisClusterCommandsProvider, RedisClusterConnection, RedisClusterServerCommands, RedisCommands, RedisCommandsProvider, RedisConnection, RedisConnectionCommands, RedisGeoCommands, RedisHashCommands, RedisHyperLogLogCommands, RedisKeyCommands, RedisListCommands, RedisPubSubCommands, RedisScriptingCommands, RedisServerCommands, RedisSetCommands, RedisStreamCommands, RedisStringCommands, RedisTxCommands, RedisZSetCommands

@NullUnmarked public class JedisClusterConnection extends ObjectSE implements RedisClusterConnection
JedisCluster の上に RedisClusterConnection 実装。
可能な場合はネイティブ JedisCluster API を使用し、必要に応じて Jedis を使用して直接ノード通信にフォールバックします。

このクラスはスレッドセーフではないため、インスタンスをスレッド間で共有しないでください。

導入:
1.7
作成者:
Christoph Strobl, Mark Paluch, Ninad Divadkar, Tao Chen, Chen Guanqun, Pavel Khokhlov, Liming Deng, John Blum