Method Signature
Parameters
string
required
The key of the sorted set
number
required
The amount to increment the score by. Can be negative to decrement the score.
TData
required
The member whose score should be incremented. If the member does not exist, it is added to the sorted set with the increment as its score.
Response
number
The new score of the member after the increment operation