vertx / io.vertx.rxjava.redis / RedisTransaction / spopMany

spopMany

open 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.

Return