Returns the scores of a member.
redis.zadd("myset", {"a": 1, "b": 2, "c": 3}) assert redis.zscore("myset", "a") == 1
The key to get.
A member of the sortedset.
Was this page helpful?