Lists
📄️ BRPOPRemove and get the last element in a list, or block until one is available
📄️ LINDEXGet an element from a list by its index
📄️ LLENGet the length of a list
📄️ LPOSReturn the index of matching elements on a list
📄️ LPUSHXPrepend an element to a list, only if the list exists
📄️ LSETSet the value of an element in a list by its index