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