Class ReactiveSetCommands.SUnionCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveSetCommands
public static class ReactiveSetCommands.SUnionCommand
extends Object
implements ReactiveRedisConnection.Command
SUNION
command parameters.- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getKeys()
keys
(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SUnionCommand
given aCollection
of keys.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
getName
-
Method Details
-
keys
Creates a newReactiveSetCommands.SUnionCommand
given aCollection
of keys.- Parameters:
keys
- must not be null.- Returns:
- a new
ReactiveSetCommands.SUnionCommand
for aCollection
of values.
-
getKey
- Specified by:
getKey
in interfaceReactiveRedisConnection.Command
- Returns:
- the key related to this command.
-
getKeys
- Returns:
-