クラスの使用
org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
ReactiveStringCommands.MSetCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveStringCommands.MSetCommand 使用
修飾子と型メソッド説明ReactiveStringCommands.MSetCommand.mset(MapSE<ByteBufferSE, ByteBufferSE> keyValuePairs) キーと値のタプルのMapSE を指定して、新しいReactiveStringCommands.MSetCommandを作成します。型 ReactiveStringCommands.MSetCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.MSetCommand>>ReactiveStringCommands.mSet(org.reactivestreams.Publisher<ReactiveStringCommands.MSetCommand> commands) コマンドで提供されるキーと値のペアを使用して、複数のキーを複数の値に設定します。reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.MSetCommand>>ReactiveStringCommands.mSetNX(org.reactivestreams.Publisher<ReactiveStringCommands.MSetCommand> source) 提供されたキーが存在しない場合にのみ、タプルで提供されたキーと値のペアを使用して、複数のキーを複数の値に設定します。型 ReactiveStringCommands.MSetCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.MSetCommand>>ReactiveStringCommands.mSet(org.reactivestreams.Publisher<ReactiveStringCommands.MSetCommand> commands) コマンドで提供されるキーと値のペアを使用して、複数のキーを複数の値に設定します。reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.MSetCommand>>ReactiveStringCommands.mSetNX(org.reactivestreams.Publisher<ReactiveStringCommands.MSetCommand> source) 提供されたキーが存在しない場合にのみ、タプルで提供されたキーと値のペアを使用して、複数のキーを複数の値に設定します。