Get the score associated with the given member in a sorted set
method
RedisClient.zscore
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
Get the score associated with the given member in a sorted set
The sorted set key
The member to get the score for
Promise that resolves with the score of the member as a string, or null if the member or key doesn't exist