RPOP key Time complexity: O(1) Removes and returns the last element of the list stored at . *Examplesredis> RPUSH mylist "one" redis> RPUSH mylist "two" redis> RPOP mylist redis> LRANGE mylist 0 -1 redis>