public static class ReactiveSetCommands.SInterStoreCommand extends ReactiveRedisConnection.KeyCommand
SINTERSTORE
command parameters.Modifier and Type | Method and Description |
---|---|
List<ByteBuffer> |
getKeys() |
static ReactiveSetCommands.SInterStoreCommand |
keys(Collection<ByteBuffer> keys)
Creates a new
ReactiveSetCommands.SInterStoreCommand given a Collection of keys. |
ReactiveSetCommands.SInterStoreCommand |
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.SInterStoreCommand keys(Collection<ByteBuffer> keys)
ReactiveSetCommands.SInterStoreCommand
given a Collection
of keys.keys
- must not be null.ReactiveSetCommands.SInterStoreCommand
for a Collection
of values.public ReactiveSetCommands.SInterStoreCommand storeAt(ByteBuffer key)
key
- must not be null.ReactiveSetCommands.SInterStoreCommand
with key applied.public List<ByteBuffer> getKeys()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.