クラスの使用
org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
ReactiveStringCommands.SetCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveStringCommands.SetCommand 使用
修飾子と型メソッド説明ReactiveStringCommands.SetCommand.expiring(Expiration expiration) Expirationを適用します。ReactiveStringCommands.SetCommand.set(ByteBufferSE key) キーを指定して新しいReactiveStringCommands.SetCommandを作成します。ReactiveStringCommands.SetCommand.value(ByteBufferSE value) 値を適用します。ReactiveStringCommands.SetCommand.withSetOption(RedisStringCommands.SetOption option) RedisStringCommands.SetOptionを適用します。型 ReactiveStringCommands.SetCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveStringCommands.getSet(Publisher<ReactiveStringCommands.SetCommand> commands) キーの値を設定し、既存の値を 1 つずつ返します。ReactiveStringCommands.pSetEX(Publisher<ReactiveStringCommands.SetCommand> commands) キーと値のペアとExpirationを設定します。ReactiveStringCommands.set(Publisher<ReactiveStringCommands.SetCommand> commands) ReactiveStringCommands.SetCommandを呼び出して、すべてのアイテムを個別に設定します。ReactiveStringCommands.setEX(Publisher<ReactiveStringCommands.SetCommand> commands) キーと値のペアとExpirationを設定します。ReactiveStringCommands.setGet(Publisher<ReactiveStringCommands.SetCommand> commands) ReactiveStringCommands.SetCommandを呼び出して、すべてのアイテムを個別に設定します。ReactiveStringCommands.setNX(Publisher<ReactiveStringCommands.SetCommand> values) キーが存在しない場合にのみ、キーと値のペアを設定します。型 ReactiveStringCommands.SetCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明ReactiveStringCommands.getSet(Publisher<ReactiveStringCommands.SetCommand> commands) キーの値を設定し、既存の値を 1 つずつ返します。ReactiveStringCommands.pSetEX(Publisher<ReactiveStringCommands.SetCommand> commands) キーと値のペアとExpirationを設定します。ReactiveStringCommands.set(Publisher<ReactiveStringCommands.SetCommand> commands) ReactiveStringCommands.SetCommandを呼び出して、すべてのアイテムを個別に設定します。ReactiveStringCommands.setEX(Publisher<ReactiveStringCommands.SetCommand> commands) キーと値のペアとExpirationを設定します。ReactiveStringCommands.setGet(Publisher<ReactiveStringCommands.SetCommand> commands) ReactiveStringCommands.SetCommandを呼び出して、すべてのアイテムを個別に設定します。ReactiveStringCommands.setNX(Publisher<ReactiveStringCommands.SetCommand> values) キーが存在しない場合にのみ、キーと値のペアを設定します。