public static class ReactiveStringCommands.BitFieldCommand extends ReactiveRedisConnection.KeyCommand
BITFIELD
command parameters.Modifier and Type | Method and Description |
---|---|
static ReactiveStringCommands.BitFieldCommand |
bitField(ByteBuffer key)
Creates a new
ReactiveStringCommands.BitFieldCommand given a key. |
ReactiveStringCommands.BitFieldCommand |
commands(BitFieldSubCommands commands)
Applies the
BitFieldSubCommands . |
BitFieldSubCommands |
getSubCommands() |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveStringCommands.BitFieldCommand bitField(ByteBuffer key)
ReactiveStringCommands.BitFieldCommand
given a key.key
- must not be null.ReactiveStringCommands.BitFieldCommand
for a key.public ReactiveStringCommands.BitFieldCommand commands(BitFieldSubCommands commands)
BitFieldSubCommands
. Constructs a new command instance with all previously configured
properties.commands
- must not be null.BitFieldSubCommands
with BitFieldSubCommands
applied.public BitFieldSubCommands getSubCommands()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.