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

Introduce a Redis proxy compatible with ~>redis-3.0. #348

Closed
wants to merge 2 commits into from
Closed

Introduce a Redis proxy compatible with ~>redis-3.0. #348

wants to merge 2 commits into from

Conversation

ryandv
Copy link

@ryandv ryandv commented Jun 18, 2018

Resolves #213, #136, #190.

Root cause analysis is contained in #213.

In this new RedisProxy we just throw away the redis-store extensions to the plain redis interface. We have been using a similar approach in production for almost a year without issues. That being said, we only use the rate-throttling (and not the fail2ban) behaviour of rack-attack.

Let me know if you require further information or would like to make any amendments to the pull request.

@morgoth
Copy link

morgoth commented Jun 19, 2018

I'm just debugging issues with non expiring keys in Rails 5.2 and built in Redis cache wrapper, and with this PR I found a working workaround.
Hopefully see it merged 👍

@morgoth
Copy link

morgoth commented Jun 19, 2018

BTW, looks like a duplicate of #280

@grzuy
Copy link
Collaborator

grzuy commented Jun 29, 2018

Thank you @ryandv for taking the time to work on this pull request.

I am closing giving this is already fixed by #280.

@grzuy grzuy closed this Jun 29, 2018
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.

3 participants