Returns the scores associated with the specified members in the sorted set
method
RedisClient.zmscore
@param key
The sorted set key
@param member
The first member to get the score for
@param members
Additional members to get scores for
@returns
Promise that resolves with an array of scores (number for each score, or null if member doesn't exist)
Referenced types
type KeyLike = string | ArrayBufferView | Blob