Arguments
string
required
The key to get.
TMember
required
The member to get the reverse rank of.
Response
The reverse rank of the member.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const rank = await redis.rank("key", "member");
Returns the rank of a member in a sorted set, with scores ordered from high to low.
const rank = await redis.rank("key", "member");
Was this page helpful?