インターフェースの使用
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiKeyClusterCommandCallback
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis.connection 内の ClusterCommandExecutor.MultiKeyClusterCommandCallback 使用
型 ClusterCommandExecutor.MultiKeyClusterCommandCallback のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ClusterCommandExecutor.executeMultiKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T> commandCallback, IterableSE<byte[]> keys) 1 つ以上のキーを提供するノードのキュレートされたセットでClusterCommandExecutor.MultiKeyClusterCommandCallbackを実行します。org.springframework.data.redis.connection.jedis 内の ClusterCommandExecutor.MultiKeyClusterCommandCallback 使用
org.springframework.data.redis.connection.jedis 内の ClusterCommandExecutor.MultiKeyClusterCommandCallback サブインターフェース修飾子と型インターフェース説明protected static interfaceorg.springframework.data.redis.connection.lettuce 内の ClusterCommandExecutor.MultiKeyClusterCommandCallback 使用
org.springframework.data.redis.connection.lettuce 内の ClusterCommandExecutor.MultiKeyClusterCommandCallback サブインターフェース修飾子と型インターフェース説明protected static interfaceClusterCommandExecutor.MultiKeyClusterCommandCallbackの Lettuce 固有の実装。