suspend fun RedisClient.scardAwait(key: String): Long
Get the number of members in a set
key - Key string
key
handler - Handler for the result of this call.
handler
Return