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