suspend fun RedisTransaction.spopManyAwait(key: String, count: Int): String
Remove and return random members from a set
key - Key string
key
count - Number of members to remove
count
Return