It seems the problem is the same as [#1940](https://github.com/antirez/redis/issues/1940) if value(long long) is INT64_MIN then -value yields UB (signed overflow - even if it will probably be 0)
It seems the problem is the same as #1940
if value(long long) is INT64_MIN then -value yields UB (signed overflow - even if it will probably be 0)