redis.hset("myhash", "field1", 5.5) assert redis.hincrbyfloat("myhash", "field1", 10.1) - 15.6 < 0.0001
Increments the value of a hash field by a given float value.
Was this page helpful?