Closed rjnienaber closed 5 years ago
I was trying to use the multi command today and I kept getting this error:
multi
TypeError: operations.decr is not a function
Looking into the code, this list appears to be incomplete. Would it be as simple as adding it to this list?
As a workaround, I used .incrby(<key>, -1).
.incrby(<key>, -1)
feel free to submit a pr
I was trying to use the
multi
command today and I kept getting this error:Looking into the code, this list appears to be incomplete. Would it be as simple as adding it to this list?
As a workaround, I used
.incrby(<key>, -1)
.