Add support for the Redis HLEN command: - Accept RESP input for HLEN - Return number of fields in the hash - Add unit tests for HLEN - Document command usage in README
Add support for the Redis HLEN command: