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
APPEND key value
Concatenate value at the end of the current string.
> EXISTS user:name
> APPEND user:name "Tom"
> APPEND user:name " Anderson"
> GET user:name