Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List hiredis as an optional dependency.
This will cause npm to attempt to install hiredis when installing redis, but if the hiredis installation fails, it won't cause the redis install to abort. The optionalDependencies feature was added pretty much explicitly for the redis->hiredis use case. :)
- Loading branch information