vertx / io.vertx.reactivex.redis / RedisTransaction / rxSpop

rxSpop

open fun rxSpop(key: String): Single<String>

Remove and return a random member from a set

Parameters

key - Key string

Return