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