简体中文
Appearance
The Redis Lpop command is used to remove and return the first element of a list.
LPOP key [count]
The first element of the list. When the list key does not exist, return nil.