vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / spopManyAwait

spopManyAwait

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

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