Function RedisDatabase.srem
Remove the specified members from the set stored at key.
long srem(ARGS...)
(
string key,
ARGS args
);
Remove the specified members from the set stored at key.
long srem(ARGS...)
(
string key,
ARGS args
);