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