link
redis/rpush

List Push Right

Append to list

list
data-structure

Command

RPUSH key element

Examples

Add task to end

RPUSH tasks "task2"