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