public static class ReactiveStringCommands.MSetCommand extends Object implements ReactiveRedisConnection.Command
MSET
command parameters.Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getKey() |
Map<ByteBuffer,ByteBuffer> |
getKeyValuePairs() |
static ReactiveStringCommands.MSetCommand |
mset(Map<ByteBuffer,ByteBuffer> keyValuePairs)
Creates a new
ReactiveStringCommands.MSetCommand given a Map of key-value tuples. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
@Nullable public ByteBuffer getKey()
getKey
in interface ReactiveRedisConnection.Command
public static ReactiveStringCommands.MSetCommand mset(Map<ByteBuffer,ByteBuffer> keyValuePairs)
ReactiveStringCommands.MSetCommand
given a Map
of key-value tuples.keyValuePairs
- must not be null.ReactiveStringCommands.MSetCommand
for a Map
of key-value tuples.public Map<ByteBuffer,ByteBuffer> getKeyValuePairs()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.