redis.rpush("mylist", "one", "two", "three") assert redis.rpop("mylist") == "three"
Remove and return the last element(s) of a list
count
null
Was this page helpful?