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