Set
SDIFFSTORE
Write the difference between sets to a new set
Arguments
destination
str
requiredThe key of the set to store the resulting set in.
keys
*List[str]
requiredThe keys of the sets to perform the difference operation on.
Response
The number of elements in the resulting set.