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