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.
|
Range<Double> |
getRange() |
static ReactiveZSetCommands.ZCountCommand |
scoresWithin(Range<Double> range)
Creates a new
ReactiveZSetCommands.ZCountCommand given a Range . |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveZSetCommands.ZCountCommand scoresWithin(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.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.