redis.set("key", 6) # returns 10.5 redis.incrbyfloat("key", 4,5)
Increment the float value of a key by a given number.
Was this page helpful?