redis.rpush("key", "a", "b", "c"); assert redis.lpos("key", "b") == 1
Returns the index of matching elements inside a list.
count
Was this page helpful?