Class ReactiveZSetCommands.ZRangeStoreCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeStoreCommand
- All Implemented Interfaces:
- ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveZSetCommands
public static class ReactiveZSetCommands.ZRangeStoreCommand
extends ReactiveRedisConnection.KeyCommand
ZRANGESTORE command parameters.- Since:
- 3.0
- Author:
- Mark Paluch
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfrom(ByteBuffer key) Applies the key.getLimit()Range<?>getRange()Applies the limit.reverseScoreWithin(Range<Double> range) Creates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the highest to the lowest score.reverseValueWithin(Range<String> range) Creates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the highest to the lowest lexicographical value.scoreWithin(Range<Double> range) Creates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the lowest to the highest score.to(ByteBuffer key) Applies the key.valueWithin(Range<String> range) Creates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the lowest to the highest lexicographical value.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- 
scoreWithinCreates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the lowest to the highest score.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeCommandforTuple.
 
- 
reverseScoreWithinCreates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the highest to the lowest score.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeStoreCommandforTuple.
 
- 
valueWithinCreates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the lowest to the highest lexicographical value.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeCommandforTuple.
 
- 
reverseValueWithinCreates a newReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the highest to the lowest lexicographical value.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeStoreCommandforTuple.
 
- 
fromApplies the key. Constructs a new command instance with all previously configured properties.- Parameters:
- key- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeStoreCommandwith key applied.
 
- 
toApplies the key. Constructs a new command instance with all previously configured properties.- Parameters:
- key- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeStoreCommandwith key applied.
 
- 
limitApplies the limit. Constructs a new command instance with all previously configured properties.- Parameters:
- limit- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeStoreCommandwith key applied.
 
- 
getDestKey
- 
getRangeMode
- 
getRange
- 
getDirection
- 
getLimit
 
-