vertx / io.vertx.reactivex.redis / RedisClient / rxSdiff

rxSdiff

open fun rxSdiff(key: String, cmpkeys: MutableList<String>): Single<JsonArray>

Subtract multiple sets

Parameters

key - Key identifying the set to compare with all other sets combined

cmpkeys - List of keys identifying sets to subtract from the key set

Return