vertx / io.vertx.redis / RedisTransaction / spopMany

spopMany

abstract fun spopMany(key: String, count: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 1.0.0 group: set