Arguments#
The key of the sorted set.
A dictionary of elements and their scores.
Only update elements that already exist. Never add elements.
Only add new elements. Never update elements.
Update scores if the new score is greater than the old score.
Update scores if the new score is less than the old score.
Return the number of elements changed instead.
When this option is specified ZADD acts like ZINCRBY. Only one score-element pair can be specified in this mode.