クラスの使用
org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse
ReactiveRedisConnection.BooleanResponse を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveRedisConnection.BooleanResponse 使用
型 ReactiveRedisConnection.BooleanResponse の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveKeyCommands.applyExpiration(Publisher<ReactiveKeyCommands.ExpireCommand> commands) 指定されたDurationSE の時間 (ミリ秒単位) が経過すると、フィールドのListSE が期限切れになります。ReactiveKeyCommands.copy(Publisher<ReactiveKeyCommands.CopyCommand> commands) キーを 1 つずつコピーします。ReactiveKeyCommands.exists(Publisher<ReactiveRedisConnection.KeyCommand> keys) 指定されたキーが存在するかどうかを確認します。ReactiveKeyCommands.expire(Publisher<ReactiveKeyCommands.ExpireCommand> commands) キーを 1 つずつ期限切れにします。ReactiveKeyCommands.expireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand> commands) 指定されたkeyの有効期限を UNIX タイムスタンプとして 1 つずつ設定します。ReactiveStringCommands.getBit(Publisher<ReactiveStringCommands.GetBitCommand> commands) キーの値のオフセットでビット値を取得します。ReactiveHashCommands.hExists(Publisher<ReactiveHashCommands.HExistsCommand> commands) 指定されたハッシュフィールドが存在するかどうかを判別します。ReactiveHashCommands.hSet(Publisher<ReactiveHashCommands.HSetCommand> commands) ハッシュフィールドの値を設定します。ReactiveHashCommands.hSetEx(Publisher<ReactiveHashCommands.HSetExCommand> commands) 条件と有効期限を指定して、キーのハッシュ内のフィールドと値のペアを設定します。ReactiveListCommands.lSet(Publisher<ReactiveListCommands.LSetCommand> commands) ReactiveListCommands.lTrim(Publisher<ReactiveRedisConnection.RangeCommand> commands) ReactiveKeyCommands.move(Publisher<ReactiveKeyCommands.MoveCommand> commands) データベース間でキーを 1 つずつ移動します。ReactiveStringCommands.mSet(Publisher<ReactiveStringCommands.MSetCommand> commands) コマンドで提供されるキーと値のペアを使用して、複数のキーを複数の値に設定します。ReactiveStringCommands.mSetNX(Publisher<ReactiveStringCommands.MSetCommand> source) 提供されたキーが存在しない場合にのみ、タプルで提供されたキーと値のペアを使用して、複数のキーを複数の値に設定します。ReactiveKeyCommands.persist(Publisher<ReactiveRedisConnection.KeyCommand> commands) 指定されたkeyから有効期限を 1 つずつ削除します。ReactiveKeyCommands.pExpire(Publisher<ReactiveKeyCommands.ExpireCommand> commands) キーを 1 つずつ期限切れにします。ReactiveKeyCommands.pExpireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand> commands) 指定されたkeyの有効期限を UNIX タイムスタンプとしてミリ秒単位で 1 つずつ設定します。ReactiveHyperLogLogCommands.pfMerge(Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) N 個の異なる HyperLogLogs を sourceKeys で 1 つの destinationKey にマージします。ReactiveStringCommands.pSetEX(Publisher<ReactiveStringCommands.SetCommand> commands) キーと値のペアとExpirationを設定します。ReactiveKeyCommands.rename(Publisher<ReactiveKeyCommands.RenameCommand> command) キー oldKey の名前を newKey に変更します。ReactiveKeyCommands.renameNX(Publisher<ReactiveKeyCommands.RenameCommand> command) newKey が存在しない場合にのみ、キー oldKey の名前を newKey に変更します。ReactiveStringCommands.set(Publisher<ReactiveStringCommands.SetCommand> commands) ReactiveStringCommands.SetCommandを呼び出して、すべてのアイテムを個別に設定します。ReactiveStringCommands.setBit(Publisher<ReactiveStringCommands.SetBitCommand> commands) キーに格納されている値のオフセットにビットを設定し、元の値を返します。ReactiveStringCommands.setEX(Publisher<ReactiveStringCommands.SetCommand> commands) キーと値のペアとExpirationを設定します。ReactiveStringCommands.setNX(Publisher<ReactiveStringCommands.SetCommand> values) キーが存在しない場合にのみ、キーと値のペアを設定します。ReactiveSetCommands.sIsMember(Publisher<ReactiveSetCommands.SIsMemberCommand> commands) ReactiveRedisConnection.KeyCommand.getKey()に設定されているものにReactiveSetCommands.SIsMemberCommand.getValue()が含まれているかどうかを確認します。ReactiveSetCommands.sMove(Publisher<ReactiveSetCommands.SMoveCommand> commands)