Remove one or more members from a set stored at key. Members that do not exist in the set are ignored. If the key does not exist, it is treated as an empty set and the command returns 0.
Usage
Parameters
One or more members to remove from the set
Response
The number of members that were removed from the set, not including non-existing members
Examples
Remove a single member
Remove multiple members
Remove non-existing members
Remove from non-existing set