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

task(rate-limiting) Allow connecting to non-zero Redis databases (#17… #1794

Closed
wants to merge 3 commits into from
Closed

Conversation

diegoparrilla
Copy link

Note: new features are to be opened against next, hotfixes against master.

Summary

Rate limiting now supports non-zero redis database.
Keep alived Redis connections were not working. Now they work, increasing the performance of the service.

Full changelog

  • Modified plugin unit tests to support non-zero databases.
  • Modified plugin to work with short lived http connections

Issues resolved

Fix #1726

@subnetmarco
Copy link
Member

@diegoparrilla thank you - could you also implement the same changes to the response rate-limiting plugin? The changes would be very similar if not almost identical.

…lugin

Fixed wrong fault-tolerant behaviour when using Redis. Now when redis fails, Kong bypasses rate limiting  without error 500 returned.
@subnetmarco subnetmarco mentioned this pull request Jan 4, 2017
@subnetmarco
Copy link
Member

Closed with #1941.

@subnetmarco subnetmarco closed this Jan 5, 2017
@varuns11
Copy link

I don't see this change in 0.11.0 version. Why is this not included? And how could we utilise the redis pool without this change?

@thibaultcha
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants