Closed bcarl closed 7 years ago
Any timelines for this change?
Thanks for bringing this up. I am just worried about backwards compatibility. What do you suggest ?
I think going from Int to Long would be backwards compatible (the other way is not). Worst case perhaps create new functions (decrByL, incrByL for example)?
actually *byL
tends to pollute the API surface. In normal cases Int to Long should be backwards compatible, but I am thinking if there could be any pitfalls. I think I will go for this change and see how people react. In the worst case we can branch.
Great, thanks for the quick action!
The documentation for all three of these commands states:
"[The operation] is limited to 64 bit signed integers."