public static class ReactiveStringCommands.BitCountCommand extends ReactiveRedisConnection.KeyCommand
BITCOUNT
command parameters.Modifier and Type | Method and Description |
---|---|
static ReactiveStringCommands.BitCountCommand |
bitCount(ByteBuffer key)
Creates a new
ReactiveStringCommands.BitCountCommand given a key. |
Range<Long> |
getRange() |
ReactiveStringCommands.BitCountCommand |
within(Range<Long> range)
Applies the
Range . |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveStringCommands.BitCountCommand bitCount(ByteBuffer key)
ReactiveStringCommands.BitCountCommand
given a key.key
- must not be null.ReactiveStringCommands.BitCountCommand
for a key.public ReactiveStringCommands.BitCountCommand within(Range<Long> range)
Range
. Constructs a new command instance with all previously configured properties.range
- must not be null.ReactiveStringCommands.BitCountCommand
with Range
applied.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.