vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / spopManyAwait

spopManyAwait

suspend fun RedisClient.spopManyAwait(key: String, count: Int): JsonArray

Remove and return random members from a set

Parameters

key - Key string

count - Number of members to remove

handler - Handler for the result of this call.

Return