クラス ReactiveStringCommands.MSetCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
- ReactiveStringCommands
public static class ReactiveStringCommands.MSetCommand
extends ObjectSE
implements ReactiveRedisConnection.Command
MSET コマンドパラメーター。- 作成者:
- Christoph Strobl
- 関連事項:
方法の概要
修飾子と型メソッド説明getKey()mset(MapSE<ByteBufferSE, ByteBufferSE> keyValuePairs) キーと値のタプルのMapSE を指定して、新しいReactiveStringCommands.MSetCommandを作成します。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.data.redis.connection.ReactiveRedisConnection.Command から継承されたメソッド
getName
方法の詳細
getKey
- 次で指定:
- インターフェース
ReactiveRedisConnection.Command内のgetKey - 戻り値:
- このコマンドに関連するキー。
mset
public static ReactiveStringCommands.MSetCommand mset(MapSE<ByteBufferSE, ByteBufferSE> keyValuePairs) キーと値のタプルのMapSE を指定して、新しいReactiveStringCommands.MSetCommandを作成します。- パラメーター:
keyValuePairs- null であってはなりません。- 戻り値:
- Key-Value タプルの
MapSE の新しいReactiveStringCommands.MSetCommand。
getKeyValuePairs
- 戻り値: