Commands
>
APPEND

APPEND

Syntax

APPEND key value

Concatenate value at the end of the current string.

Example

> EXISTS user:name
> APPEND user:name "Tom"
> APPEND user:name " Anderson"
> GET user:name

Related Commands