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