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. |
org.springframework.data.domain.Range<Long> |
getRange() |
ReactiveStringCommands.BitCountCommand |
within(org.springframework.data.domain.Range<Long> range)
Applies the
Range. |
getKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic 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(org.springframework.data.domain.Range<Long> range)
Range. Constructs a new command instance with all previously configured properties.range - must not be null.ReactiveStringCommands.BitCountCommand with Range applied.public org.springframework.data.domain.Range<Long> getRange()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.