open fun rxSdiffstore(destkey: String, key: String, cmpkeys: MutableList<String>): Single<Long>
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
Return