クラスの使用
org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
ReactiveStringCommands.SetBitCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveStringCommands.SetBitCommand 使用
修飾子と型メソッド説明ReactiveStringCommands.SetBitCommand.atOffset
(long index) オフセットインデックスを適用します。ReactiveStringCommands.SetBitCommand.bit
(ByteBufferSE key) キーを指定して新しいReactiveStringCommands.SetBitCommand
を作成します。ReactiveStringCommands.SetBitCommand.to
(boolean bit) ビットを適用します。型 ReactiveStringCommands.SetBitCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.SetBitCommand>>
ReactiveStringCommands.setBit
(org.reactivestreams.Publisher<ReactiveStringCommands.SetBitCommand> commands) キーに格納されている値のオフセットにビットを設定し、元の値を返します。型 ReactiveStringCommands.SetBitCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveStringCommands.SetBitCommand>>
ReactiveStringCommands.setBit
(org.reactivestreams.Publisher<ReactiveStringCommands.SetBitCommand> commands) キーに格納されている値のオフセットにビットを設定し、元の値を返します。