const rank = await redis.rank("key", "member");
Returns the rank of a member in a sorted set, with scores ordered from high to low.
Was this page helpful?