Set
SADD
Adds one or more members to a set.
Arguments
The key of the set.
One or more members to add to the set.
Response
The number of elements that were added to the set, not including all the elements already present in the set.
Adds one or more members to a set.
The key of the set.
One or more members to add to the set.
The number of elements that were added to the set, not including all the elements already present in the set.