HINCRBYFLOAT
- The field contains a value of the wrong type (not a string).
- The current field content or the specified increment are not parsable as a double precision floating point number.
(integer) 1
dragonfly> HINCRBYFLOAT mykey field 0.1
"10.6"
dragonfly> HINCRBYFLOAT mykey field -5
dragonfly> HSET mykey field 5.0e3
dragonfly> HINCRBYFLOAT mykey field 2.0e2
"5200"