Sorted Set
ZINCRBY
Increment the score of a member.
Arguments
key
string
requiredThe key of the sorted set.
increment
integer
requiredThe increment to add to the score.
member
TMember
requiredThe member to increment.
Response
The new score of member
after the increment operation.
Was this page helpful?