Sorted Set
ZUNIONSTORE
Writes the union between sets to a new key.
Arguments
The key to store the resulting set in.
The keys of the sets to compare.
The weights to apply to the sets.
The aggregation function to apply to the sets.
Whether to include scores in the result.
Response
The number of elements in the resulting set.