vertx / io.vertx.reactivex.redis / RedisClient / sdiff

sdiff

open fun sdiff(key: String, cmpkeys: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient

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

handler - Handler for the result of this call.

Return