Method Signature
Parameters
string
required
The key of the sorted set
TData
required
The member whose score you want to retrieve
Response
number | null
The score of the member as a number.Returns
null if the member does not exist in the sorted set or the key does not exist.