Add support for the Redis HDEL command: - Accept RESP input for HDEL - Remove one or more fields from a hash - Return count of fields deleted - Add unit tests for HDEL - Document command usage in README
Add support for the Redis HDEL command: