Commands
>
PREPEND

PREPEND

Syntax

PREPEND key value

Concatenate value at the start of the current string

Example

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

Related Commands