vertx / io.vertx.reactivex.redis / RedisTransaction / rxSdiffstore

rxSdiffstore

open fun rxSdiffstore(destkey: String, key: String, cmpkeys: MutableList<String>): Single<String>

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

Return