vertx / io.vertx.rxjava.redis / RedisTransaction / rxSpopMany

rxSpopMany

open fun rxSpopMany(key: String, count: Int): Single<String>

Remove and return random members from a set

Parameters

key - Key string

count - Number of members to remove

Return