decrby LLONG_MIN caused nagation overflow. (#9577)
Note that this breaks compatibility because in the past doing: DECRBY x -9223372036854775808 would succeed (and create an invalid result) and now this returns an error.
Please register or sign in to comment