Class ReactiveSetCommands.SDiffStoreCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
ReactiveSetCommands
public static class ReactiveSetCommands.SDiffStoreCommand
extends ReactiveRedisConnection.KeyCommand
SDIFFSTORE
command parameters.- Since:
- 2.0
- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()
keys
(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SDiffStoreCommand
given aCollection
of keys.storeAt
(ByteBuffer key) Applies the key at which the result is stored.Methods inherited from class ReactiveRedisConnection.KeyCommand
getKey
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ReactiveRedisConnection.Command
getName
-
Method Details
-
keys
Creates a newReactiveSetCommands.SDiffStoreCommand
given aCollection
of keys.- Parameters:
keys
- must not be null.- Returns:
- a new
ReactiveSetCommands.SDiffStoreCommand
for aCollection
of values.
-
storeAt
Applies the key at which the result is stored. Constructs a new command instance with all previously configured properties.- Parameters:
key
- must not be null.- Returns:
- a new
ReactiveSetCommands.SDiffStoreCommand
with key applied.
-
getKeys
- Returns:
-