Class ReactiveStringCommands.MSetCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveStringCommands
public static class ReactiveStringCommands.MSetCommand
extends Object
implements ReactiveRedisConnection.Command
MSET
command parameters.- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
mset
(Map<ByteBuffer, ByteBuffer> keyValuePairs) Creates a newReactiveStringCommands.MSetCommand
given aMap
of key-value tuples.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
getName
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceReactiveRedisConnection.Command
- Returns:
- the key related to this command.
-
mset
Creates a newReactiveStringCommands.MSetCommand
given aMap
of key-value tuples.- Parameters:
keyValuePairs
- must not be null.- Returns:
- a new
ReactiveStringCommands.MSetCommand
for aMap
of key-value tuples.
-
getKeyValuePairs
- Returns:
-