Class ReactiveZSetCommands.ZRangeByLexCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
- All Implemented Interfaces:
- ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveZSetCommands
public static class ReactiveZSetCommands.ZRangeByLexCommand
extends ReactiveRedisConnection.KeyCommand
ZRANGEBYLEX/ZREVRANGEBYLEX command parameters.- Author:
- Christoph Strobl
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionfrom(ByteBuffer key) Applies the key.getLimit()getRange()Applies theLimit.reverseStringsWithin(Range<String> range) Creates a newReactiveZSetCommands.ZRangeByLexCommandgiven aRangeofStringto obtain elements in reverse lexicographical ordering.stringsWithin(Range<String> range) Creates a newReactiveZSetCommands.ZRangeByLexCommandgiven aRangeofStringto retrieve elements lexicographical ordering.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- 
stringsWithinCreates a newReactiveZSetCommands.ZRangeByLexCommandgiven aRangeofStringto retrieve elements lexicographical ordering.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeByLexCommandforTuple.
 
- 
reverseStringsWithinCreates a newReactiveZSetCommands.ZRangeByLexCommandgiven aRangeofStringto obtain elements in reverse lexicographical ordering.- Parameters:
- range- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeByLexCommandforTuple.
 
- 
fromApplies the key. Constructs a new command instance with all previously configured properties.- Parameters:
- key- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeByLexCommandwith key applied.
 
- 
limitToApplies theLimit. Constructs a new command instance with all previously configured properties.- Parameters:
- limit- must not be null.
- Returns:
- a new ReactiveZSetCommands.ZRangeByLexCommandwithLimitapplied.
 
- 
getRange- Returns:
 
- 
getLimit- Returns:
 
- 
getDirection- Returns:
 
 
-