クラスの使用
org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
ReactiveKeyCommands.RenameCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveKeyCommands.RenameCommand 使用
修飾子と型メソッド説明ReactiveKeyCommands.RenameCommand.key(ByteBufferSE key) keySE を指定して新しいReactiveKeyCommands.RenameCommandを作成します。ReactiveKeyCommands.RenameCommand.to(ByteBufferSE newKey) newKey を適用します。型 ReactiveKeyCommands.RenameCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明ReactiveKeyCommands.rename(Publisher<ReactiveKeyCommands.RenameCommand> command) キー oldKey の名前を newKey に変更します。ReactiveKeyCommands.renameNX(Publisher<ReactiveKeyCommands.RenameCommand> command) newKey が存在しない場合にのみ、キー oldKey の名前を newKey に変更します。型 ReactiveKeyCommands.RenameCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明ReactiveKeyCommands.rename(Publisher<ReactiveKeyCommands.RenameCommand> command) キー oldKey の名前を newKey に変更します。ReactiveKeyCommands.renameNX(Publisher<ReactiveKeyCommands.RenameCommand> command) newKey が存在しない場合にのみ、キー oldKey の名前を newKey に変更します。