Back to Developer Roadmap

APPEND

src/data/roadmaps/redis/content/[email protected]

4.0441 B
Original Source

APPEND

Redis APPEND command is used to add some value in a key. If the key already exists and is a string, this command appends the value at the end of the string. If key does not exist it is created and set as an empty string,

Learn more from the following resources: