Function RedisDatabase.sadd
Add the specified members to the set stored at key. Specified members that are already a member of this set are ignored. If key does not exist, a new set is created before adding the specified members.
long sadd(ARGS...)
(
string key,
ARGS args
);