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