Command
LPUSH key element
Explanation
Inserts all specified values at the head of the list stored at key.
Examples
Add task to beginning
LPUSH tasks "task1"
LPUSH key element
Inserts all specified values at the head of the list stored at key.
Add task to beginning
LPUSH tasks "task1"