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