Redis Command: LPUSH
Prepend one or more elements to the list. The element is added to the head/left of the list, this command is named LPUSH(L+PUSH). If LPUSH command is used and a list does not exist for the key, then a list is created first and LPUSH is applied after that.