Remove and get the first element in a list
method
RedisClient.lpop
@param key
The list key
@returns
Promise that resolves with the first element, or null if the list is empty
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
The list key
Promise that resolves with the first element, or null if the list is empty