suspend fun RedisTransaction.spopAwait(key: String): String
Remove and return a random member from a set
key - Key string
key
Return