abstract 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
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.
Since
Redis 1.0.0 group: set