public static class ReactiveZSetCommands.ZLexCountCommand extends ReactiveRedisConnection.KeyCommand
ZLEXCOUNT command parameters.| Modifier and Type | Method and Description |
|---|---|
ReactiveZSetCommands.ZLexCountCommand |
forKey(ByteBuffer key)
Applies the key.
|
org.springframework.data.domain.Range<String> |
getRange() |
static ReactiveZSetCommands.ZLexCountCommand |
stringsWithin(org.springframework.data.domain.Range<String> range)
Creates a new
ReactiveZSetCommands.ZLexCountCommand given a Range of String to retrieve elements count. |
getKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static ReactiveZSetCommands.ZLexCountCommand stringsWithin(org.springframework.data.domain.Range<String> range)
ReactiveZSetCommands.ZLexCountCommand given a Range of String to retrieve elements count.range - must not be null.ReactiveZSetCommands.ZLexCountCommand for Range.public ReactiveZSetCommands.ZLexCountCommand forKey(ByteBuffer key)
key - must not be null.ReactiveZSetCommands.ZLexCountCommand with key applied.public org.springframework.data.domain.Range<String> getRange()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.