open fun rxSinterstore(destkey: String, keys: MutableList<String>): Single<Long>
Intersect multiple sets and store the resulting set in a key
destkey - Key where to store the results
destkey
keys - List of keys to perform intersection on
keys
Return