Class ReactiveZSetCommands.ZRemRangeByRankCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
- All Implemented Interfaces:
- ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveZSetCommands
public static class ReactiveZSetCommands.ZRemRangeByRankCommand
extends ReactiveRedisConnection.KeyCommand
ZREMRANGEBYRANK command parameters.- Author:
- Christoph Strobl
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionfrom(ByteBuffer key) Applies the key.getRange()valuesWithin(Range<Long> range) Creates a newReactiveZSetCommands.ZRemRangeByRankCommandgiven aRange.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- 
valuesWithinCreates a newReactiveZSetCommands.ZRemRangeByRankCommandgiven aRange.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRemRangeByRankCommandforRange.
 
- 
fromApplies the key. Constructs a new command instance with all previously configured properties.- Parameters:
- key- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRemRangeByRankCommandwith key applied.
 
- 
getRange- Returns:
 
 
-