vertx / io.vertx.redis / RedisTransaction / spop

spop

abstract fun spop(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Remove and return a random member from a set

Parameters

key - Key string

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: set