Command
RPUSH key element
Explanation
Inserts all specified values at the tail of the list stored at key.
Examples
Add task to end
RPUSH tasks "task2"
RPUSH key element
Inserts all specified values at the tail of the list stored at key.
Add task to end
RPUSH tasks "task2"