hubotio / hubot-redis-brain

A hubot script to persist hubot's brain using redis
69 stars 55 forks source link

Add ability to turn off Redis Ready check when INFO is not available #25

Closed ArcticSnowman closed 7 years ago

ArcticSnowman commented 7 years ago

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.

stale[bot] commented 7 years ago

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.

mose commented 7 years ago

Looks good. Thanks :)