Prepend values to list
Add to beginning of list
LPUSH mylist "world"
Add multiple values
LPUSH mylist "a" "b" "c"