suspend fun RedisClient.spopManyAwait(key: String, count: Int): JsonArray
Remove and return random members from a set
key - Key string
key
count - Number of members to remove
count
handler - Handler for the result of this call.
handler
Return