クラス JedisClusterConnection

java.lang.ObjectSE
org.springframework.data.redis.connection.jedis.JedisClusterConnection
実装されたすべてのインターフェース:
AutoCloseableSEDefaultedRedisClusterConnectionDefaultedRedisConnectionRedisClusterCommandsRedisClusterCommandsProviderRedisClusterConnectionRedisClusterServerCommandsRedisCommandsRedisCommandsProviderRedisConnectionRedisConnectionCommandsRedisGeoCommandsRedisHashCommandsRedisHyperLogLogCommandsRedisKeyCommandsRedisListCommandsRedisPubSubCommandsRedisScriptingCommandsRedisServerCommandsRedisSetCommandsRedisStreamCommandsRedisStringCommandsRedisTxCommandsRedisZSetCommands

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