public static class ReactiveStringCommands.AppendCommand extends ReactiveRedisConnection.KeyCommand
APPEND
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveStringCommands.AppendCommand |
append(ByteBuffer value)
Applies the value to append.
|
ByteBuffer |
getValue() |
static ReactiveStringCommands.AppendCommand |
key(ByteBuffer key)
Creates a new
ReactiveStringCommands.AppendCommand given a key. |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveStringCommands.AppendCommand key(ByteBuffer key)
ReactiveStringCommands.AppendCommand
given a key.key
- must not be null.ReactiveStringCommands.AppendCommand
for a key.public ReactiveStringCommands.AppendCommand append(ByteBuffer value)
value
- must not be null.ReactiveStringCommands.AppendCommand
with value applied.@Nullable public ByteBuffer getValue()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.