mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
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.