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 SummaryModifier and TypeMethodDescriptiongetKey()mset(Map<ByteBuffer, ByteBuffer> keyValuePairs) Creates a newReactiveStringCommands.MSetCommandgiven aMapof key-value tuples.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.CommandgetName
- 
Method Details- 
getKey- Specified by:
- getKeyin interface- ReactiveRedisConnection.Command
- Returns:
- the key related to this command.
 
- 
msetCreates a newReactiveStringCommands.MSetCommandgiven aMapof key-value tuples.- Parameters:
- keyValuePairs- must not be null.
- Returns:
- a new ReactiveStringCommands.MSetCommandfor aMapof key-value tuples.
 
- 
getKeyValuePairs- Returns:
 
 
-