クラスの使用
org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
ReactiveHashCommands.HSetCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveHashCommands.HSetCommand 使用
修飾子と型メソッド説明ReactiveHashCommands.HSetCommand.fieldValues(MapSE<ByteBufferSE, ByteBufferSE> fieldValueMap) フィールド値のMapSE を指定して、新しいReactiveHashCommands.HSetCommandを作成します。ReactiveHashCommands.HSetCommand.forKey(ByteBufferSE key) キーを適用します。ReactiveHashCommands.HSetCommand.ifValueNotExists()アップサートを無効にします。ReactiveHashCommands.HSetCommand.ofField(ByteBufferSE field) フィールドを適用します。ReactiveHashCommands.HSetCommand.value(ByteBufferSE value) keySE を指定して新しいReactiveHashCommands.HSetCommandを作成します。型 ReactiveHashCommands.HSetCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HSetCommand>>ReactiveHashCommands.hSet(org.reactivestreams.Publisher<ReactiveHashCommands.HSetCommand> commands) ハッシュフィールドの値を設定します。型 ReactiveHashCommands.HSetCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHashCommands.HSetCommand>>ReactiveHashCommands.hSet(org.reactivestreams.Publisher<ReactiveHashCommands.HSetCommand> commands) ハッシュフィールドの値を設定します。