Class ReactiveZSetCommands.ZDiffCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveZSetCommands
public static class ReactiveZSetCommands.ZDiffCommand
extends Object
implements ReactiveRedisConnection.Command
ZDIFF
command parameters.- Since:
- 2.6
- Author:
- Mark Paluch
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getKeys()
sets
(Collection<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZDiffCommand
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
-
sets
Creates a newReactiveZSetCommands.ZDiffCommand
given aCollection
of keys.- Parameters:
keys
- must not be null.- Returns:
- a new
ReactiveZSetCommands.ZDiffCommand
for aCollection
of values.
-
getKey
- Specified by:
getKey
in interfaceReactiveRedisConnection.Command
- Returns:
- the key related to this command.
-
getKeys
- Returns:
-