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