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.- Author:
- Christoph Strobl
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetKeys()keys(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SDiffStoreCommandgiven aCollectionof keys.storeAt(ByteBuffer key) Applies the key at which the result is stored.Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommandgetKeyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.CommandgetName
- 
Method Details- 
keysCreates a newReactiveSetCommands.SDiffStoreCommandgiven aCollectionof keys.- Parameters:
- keys- must not be null.
- Returns:
- a new ReactiveSetCommands.SDiffStoreCommandfor aCollectionof values.
 
- 
storeAtApplies 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.SDiffStoreCommandwith key applied.
 
- 
getKeys- Returns:
 
 
-