Function RedisDatabase.zrem
Removes the specified members from the sorted set stored at key.
long zrem(ARGS...)
(
string key,
ARGS members
);
Removes the specified members from the sorted set stored at key.
long zrem(ARGS...)
(
string key,
ARGS members
);