Returns the scores of multiple members.
redis.zadd("myset", {"a": 1, "b": 2, "c": 3}) assert redis.zlexcount("myset", "-", "+") == 3
The key of the sorted set.
The members of the sorted set.
Was this page helpful?