public static class ReactiveSetCommands.SUnionStoreCommand extends ReactiveRedisConnection.KeyCommand
SUNIONSTORE
command parameters.Modifier and Type | Method and Description |
---|---|
List<ByteBuffer> |
getKeys() |
static ReactiveSetCommands.SUnionStoreCommand |
keys(Collection<ByteBuffer> keys)
Creates a new
ReactiveSetCommands.SUnionStoreCommand given a Collection of keys. |
ReactiveSetCommands.SUnionStoreCommand |
storeAt(ByteBuffer key)
Applies the key at which the result is stored.
|
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveSetCommands.SUnionStoreCommand keys(Collection<ByteBuffer> keys)
ReactiveSetCommands.SUnionStoreCommand
given a Collection
of keys.keys
- must not be null.ReactiveSetCommands.SUnionStoreCommand
for a Collection
of values.public ReactiveSetCommands.SUnionStoreCommand storeAt(ByteBuffer key)
key
- must not be null.ReactiveSetCommands.SUnionStoreCommand
with key applied.public List<ByteBuffer> getKeys()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.