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