Redis Command: SADD

Add one or more items/members to a set. Multiple member elements are supported in the command. So we can add one or more members to the same set at the same time. If the key does not exist, then it is created and then members are added to it. If the item/member element already exists in the set, then it is ignored.