クラスの使用
org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse
ReactiveRedisConnection.ByteBufferResponse を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveRedisConnection.ByteBufferResponse 使用
型 ReactiveRedisConnection.ByteBufferResponse の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveListCommands.bLMove(Publisher<ReactiveListCommands.BLMoveCommand> commands) sourceKeyに格納されたリストの最初 / 最後の要素 (引数fromに応じてヘッド / テール) をアトミックに 返して削除し、destinationKeyに格納されたリストの最初 / 最後の要素 (引数toに応じてヘッド / テール) に要素をプッシュします。ReactiveListCommands.bRPopLPush(Publisher<ReactiveListCommands.BRPopLPushCommand> commands) ReactiveRedisConnection.KeyCommand.getKey()のリストから最後の要素を削除し、それをReactiveListCommands.BRPopLPushCommand.getDestination()に追加して、その値を返します。ReactiveStringCommands.get(Publisher<ReactiveRedisConnection.KeyCommand> keys) 要素を 1 つずつ取得します。ReactiveStringCommands.getDel(Publisher<ReactiveRedisConnection.KeyCommand> commands) keyの値を返し、キーを削除します。ReactiveStringCommands.getEx(Publisher<ReactiveStringCommands.GetExCommand> commands) keyで値を返し、Expirationを適用してキーを期限切れにします。ReactiveStringCommands.getRange(Publisher<ReactiveRedisConnection.RangeCommand> commands) 開始と終了の間のキーの値の部分文字列を取得します。ReactiveStringCommands.getSet(Publisher<ReactiveStringCommands.SetCommand> commands) キーの値を設定し、既存の値を 1 つずつ返します。ReactiveListCommands.lIndex(Publisher<ReactiveListCommands.LIndexCommand> commands) ReactiveListCommands.lMove(Publisher<? extends ReactiveListCommands.LMoveCommand> commands) sourceKeyに格納されたリストの最初 / 最後の要素 (引数fromに応じてヘッド / テール) をアトミックに 返して削除し、destinationKeyに格納されたリストの最初 / 最後の要素 (引数toに応じてヘッド / テール) に要素をプッシュします。ReactiveListCommands.pop(Publisher<ReactiveListCommands.PopCommand> commands) ReactiveRedisConnection.KeyCommand.getKey()に保存されているリストの最後の要素を削除して返しますReactiveListCommands.rPopLPush(Publisher<ReactiveListCommands.RPopLPushCommand> commands) ReactiveRedisConnection.KeyCommand.getKey()のリストから最後の要素を削除し、それをReactiveListCommands.RPopLPushCommand.getDestination()に追加して、その値を返します。ReactiveStringCommands.setGet(Publisher<ReactiveStringCommands.SetCommand> commands) ReactiveStringCommands.SetCommandを呼び出して、すべてのアイテムを個別に設定します。ReactiveSetCommands.sPop(Publisher<ReactiveRedisConnection.KeyCommand> commands) ReactiveRedisConnection.KeyCommand.getKey()のセットからランダムなメンバーを削除して返します