SDIFFSTOREStore the difference of the given sets into destination.
| Syntax | SDIFFSTORE destination key [key ...] |
| Group | set |
| Arity | -3 |
| Since | 1.0.0 |
| Flags | write |
| Complexity | O(sum of the source cardinalities) + O(result) to write the destination on its own shard |
| Redis compatibility | full |