-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.5.x CD
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Infinispan:
127.0.0.1:11222> HSET hash n -9223372036854775484 (integer) 0 127.0.0.1:11222> HINCRBY hash n -10000 (error) ERR index out of range
Redis
127.0.0.1:6379> HGET hash n
"-9223372036854775484"
127.0.0.1:6379> HINCRBY hash n -10000
(error) ERR increment or decrement would overflow
- is related to
-
JDG-7170 [RESP] HINCRBY can't increase the number over 32bit value
- Verified
-
ISPN-16250 [RESP] Fixes HINCRBY and HINCRBYFLOAT
- Resolved