public static class ReactiveStringCommands.GetBitCommand extends ReactiveRedisConnection.KeyCommand
GETBIT
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveStringCommands.GetBitCommand |
atOffset(long offset)
Applies the offset index.
|
static ReactiveStringCommands.GetBitCommand |
bit(ByteBuffer key)
Creates a new
ReactiveStringCommands.GetBitCommand given a key. |
Long |
getOffset() |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveStringCommands.GetBitCommand bit(ByteBuffer key)
ReactiveStringCommands.GetBitCommand
given a key.key
- must not be null.ReactiveStringCommands.GetBitCommand
for a key.public ReactiveStringCommands.GetBitCommand atOffset(long offset)
offset
- ReactiveStringCommands.GetBitCommand
with offset applied.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.