Add support for the Redis HINCRBY command: - Accept RESP input for HINCRBY - Increment the integer value of a hash field by a given number - Add unit tests for HINCRBY - Document command usage in README
Add support for the Redis HINCRBY command: