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