public static class ReactiveZSetCommands.ZDiffCommand extends Object implements ReactiveRedisConnection.Command
ZDIFF command parameters.| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getKey() |
List<ByteBuffer> |
getKeys() |
static ReactiveZSetCommands.ZDiffCommand |
sets(Collection<ByteBuffer> keys)
Creates a new
ReactiveZSetCommands.ZDiffCommand given a Collection of keys. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static ReactiveZSetCommands.ZDiffCommand sets(Collection<ByteBuffer> keys)
ReactiveZSetCommands.ZDiffCommand given a Collection of keys.keys - must not be null.ReactiveZSetCommands.ZDiffCommand for a Collection of values.@Nullable public ByteBuffer getKey()
getKey in interface ReactiveRedisConnection.Commandpublic List<ByteBuffer> getKeys()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.