インターフェースの使用
org.springframework.data.redis.connection.RedisSentinelConnection
RedisSentinelConnection を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis.connection 内の RedisSentinelConnection 使用
修飾子と型メソッド説明AbstractRedisConnection.getSentinelConnection()
protected RedisSentinelConnection
AbstractRedisConnection.getSentinelConnection
(RedisNode sentinel) RedisSentinelCommands
を特定のノードに接続します。DefaultStringRedisConnection.getSentinelConnection()
RedisConnection.getSentinelConnection()
RedisConnectionFactory.getSentinelConnection()
Redis Sentinel との対話に適したconnection
を返します。org.springframework.data.redis.connection.jedis 内の RedisSentinelConnection 使用
修飾子と型メソッド説明JedisClusterConnection.getSentinelConnection()
JedisConnectionFactory.getSentinelConnection()
org.springframework.data.redis.connection.lettuce 内の RedisSentinelConnection 使用
修飾子と型メソッド説明protected RedisSentinelConnection
LettuceConnection.getSentinelConnection
(RedisNode sentinel) LettuceConnectionFactory.getSentinelConnection()