public static class ReactiveZSetCommands.ZRemRangeByRankCommand extends ReactiveRedisConnection.KeyCommand
ZREMRANGEBYRANK
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveZSetCommands.ZRemRangeByRankCommand |
from(ByteBuffer key)
Applies the key.
|
Range<Long> |
getRange() |
static ReactiveZSetCommands.ZRemRangeByRankCommand |
valuesWithin(Range<Long> range)
Creates a new
ReactiveZSetCommands.ZRemRangeByRankCommand given a Range . |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveZSetCommands.ZRemRangeByRankCommand valuesWithin(Range<Long> range)
ReactiveZSetCommands.ZRemRangeByRankCommand
given a Range
.range
- must not be null.ReactiveZSetCommands.ZRemRangeByRankCommand
for Range
.public ReactiveZSetCommands.ZRemRangeByRankCommand from(ByteBuffer key)
key
- must not be null.ReactiveZSetCommands.ZRemRangeByRankCommand
with key applied.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.