Redis Command: LMPOP
LMPOP command pops one or more items from list(s). This operation can be performed on multiple lists. In case of multiple lists, the pop operation will be performed on the first non-empty list. This command is useful when we have multiple lists serving similar purposes, and we want to pop items from any of the lists if there are items in it.