Add support for the Redis HRANDFIELD command: - Accept RESP input for HRANDFIELD - Return a random field from a hash or multiple if count is given - Add unit tests for HRANDFIELD - Document command usage in README
Add support for the Redis HRANDFIELD command: