Commands.app

RPUSH

Lists

Append values to list

Examples
Common usage examples

Add to end of list

RPUSH mylist "world"

Add multiple items to queue

RPUSH queue task1 task2 task3
Notes
  • Creates list if doesn't exist
Related Commands
You might also find these useful