クラスの使用
org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
ReactiveSetCommands.SRemCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveSetCommands.SRemCommand 使用
修飾子と型メソッド説明ReactiveSetCommands.SRemCommand.from(ByteBufferSE key) キーを適用します。ReactiveSetCommands.SRemCommand.value(ByteBufferSE value) 値を指定して新しいReactiveSetCommands.SRemCommandを作成します。ReactiveSetCommands.SRemCommand.values(CollectionSE<ByteBufferSE> values) 値のCollectionSE を指定して、新しいReactiveSetCommands.SRemCommandを作成します。型 ReactiveSetCommands.SRemCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveSetCommands.sRem(Publisher<ReactiveSetCommands.SRemCommand> commands) 指定されたReactiveSetCommands.SRemCommand.getValues()をReactiveRedisConnection.KeyCommand.getKey()のセットから削除します。型 ReactiveSetCommands.SRemCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明ReactiveSetCommands.sRem(Publisher<ReactiveSetCommands.SRemCommand> commands) 指定されたReactiveSetCommands.SRemCommand.getValues()をReactiveRedisConnection.KeyCommand.getKey()のセットから削除します。