vertx / io.vertx.rxjava.redis / RedisClient / spop

spop

open fun spop(key: String, handler: Handler<AsyncResult<String>>): RedisClient

Remove and return a random member from a set

Parameters

key - Key string

handler - Handler for the result of this call.

Return