Hash
HINCRBY
Increments the value of a hash field by a given amount
Arguments
key
string
requiredThe key of the hash.
field
string
requiredThe field to increment
increment
integer
requiredHow much to increment the field by. Can be negative to subtract.
Response
The new value of the field after the increment.
Was this page helpful?