Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[redis] handle exception when CONFIG disabled #1755

Merged
merged 1 commit into from
Jul 27, 2015
Merged

Conversation

degemer
Copy link
Member

@degemer degemer commented Jul 8, 2015

On AWS Elasticache, Redis config command is disabled by default. We only use it
to get the max_slow_entries (and we have a default), so now it tries to get it
from the config and catch potential errors, defaulting to
DEFAULT_MAX_SLOW_ENTRIES.

On AWS Elasticache, Redis config command is disabled by default. We only use it
to get the max_slow_entries (and we have a default), so now it tries to get it
from the config and catch potential errors, defaulting to the
DEFAULT_MAX_SLOW_ENTRIES.
@degemer degemer added this to the 5.5.0 milestone Jul 8, 2015
@remh
Copy link

remh commented Jul 27, 2015

👍

remh pushed a commit that referenced this pull request Jul 27, 2015
[redis] handle exception when CONFIG disabled
@remh remh merged commit 6a6dc3c into master Jul 27, 2015
@degemer degemer deleted the quentin/redis-elasticache branch August 1, 2015 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants