Add support for the Redis HSTRLEN command: - Accept RESP input for HSTRLEN - Return length of a field value in a hash - Add unit tests for HSTRLEN - Document command usage in README
Add support for the Redis HSTRLEN command: