Add support for Redis HINCRBYFLOAT command: - Accept RESP input for HINCRBYFLOAT - Increment hash field value by a floating point number - Add unit tests for HINCRBYFLOAT - Document command usage in README
Add support for Redis HINCRBYFLOAT command: