インターフェースの使用
org.springframework.data.redis.connection.RedisTxCommands
RedisTxCommands を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の RedisTxCommands 使用
org.springframework.data.redis.connection 内の RedisTxCommands サブインターフェース修飾子と型インターフェース説明interface
使用すべきではありません。interface
使用すべきではありません。interface
RedisClusterConnection
を使用すると、クラスター内の専用ノードにコマンドを送信できます。interface
Redis でサポートされるコマンドを定義するインターフェース。interface
Redis サーバーへの接続。interface
バイト配列の代わりにString
SE を受け入れて返すRedisConnection
の便利な拡張。RedisTxCommands を実装している org.springframework.data.redis.connection のクラスorg.springframework.data.redis.connection.jedis 内の RedisTxCommands 使用
修飾子と型クラス説明class
JedisCluster
の上にRedisClusterConnection
実装。
可能な場合はネイティブJedisCluster
API を使用し、必要に応じてJedis
を使用して直接ノード通信にフォールバックします。class
上にRedisConnection
実装 Jedis のライブラリ。org.springframework.data.redis.connection.lettuce 内の RedisTxCommands 使用
org.springframework.data.redis.core 内の RedisTxCommands 使用
org.springframework.data.redis.core 内の RedisTxCommands サブインターフェース