vertx / io.vertx.rxjava.redis / RedisTransaction / sdiffstore

sdiffstore

open fun sdiffstore(destkey: String, key: String, cmpkeys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Subtract multiple sets and store the resulting set in a key

Parameters

destkey - Destination key where the result should be stored

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