Add ability to turn off Redis Ready check when INFO is not available.
When using against a redis cluster using TWEMProxy, the INFO command is not available. The redis connection need to not check for Redis Ready without resorting to authentication.
This PR adds support for environment variable REDIS_NO_CHECK to turn off the check.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Add ability to turn off Redis Ready check when INFO is not available.
When using against a redis cluster using TWEMProxy, the INFO command is not available. The redis connection need to not check for Redis Ready without resorting to authentication.
This PR adds support for environment variable
REDIS_NO_CHECK
to turn off the check.