-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.5.x CD
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
While HINCRBY correctly detects that entries like " 11" and "11 " are not number HINCRBYFLOAT does not a will increase the number:
Infinispan:
127.0.0.1:11222> HSET key value " 11" (integer) 1 127.0.0.1:11222> HINCRBYFLOAT key value 1 "12"
Redis:
127.0.0.1:6379> HSET key value " 11" (integer) 1 127.0.0.1:6379> HINCRBYFLOAT key value 1 (error) ERR hash value is not a float
Edit: Applies to INCRBYFLOAT as well
- is related to
-
JDG-7170 [RESP] HINCRBY can't increase the number over 32bit value
- Verified
-
ISPN-16250 [RESP] Fixes HINCRBY and HINCRBYFLOAT
- Resolved