public static class ReactiveSetCommands.SUnionCommand extends Object implements ReactiveRedisConnection.Command
SUNION
command parameters.Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getKey() |
List<ByteBuffer> |
getKeys() |
static ReactiveSetCommands.SUnionCommand |
keys(Collection<ByteBuffer> keys)
Creates a new
ReactiveSetCommands.SUnionCommand given a Collection of keys. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveSetCommands.SUnionCommand keys(Collection<ByteBuffer> keys)
ReactiveSetCommands.SUnionCommand
given a Collection
of keys.keys
- must not be null.ReactiveSetCommands.SUnionCommand
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.