APPEND

Works with string values and bitmap-style string operations.

Syntax

APPEND <key> <value>

Parameters

  • key: Primary key to read or mutate.
  • value: Value written to BetterKV.

Returns

Returns a Redis-compatible reply whose exact shape depends on the command and selected options.

Examples

APPEND log "
worker started"

BetterKV Notes

  • Group: String.
  • Access: Write.
  • Status: Implemented in BetterKV and mutates server state or stored data.