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

Add support for Rails 7.1 #145

Closed
karrocon opened this issue Oct 18, 2023 · 2 comments · Fixed by #146
Closed

Add support for Rails 7.1 #145

karrocon opened this issue Oct 18, 2023 · 2 comments · Fixed by #146

Comments

@karrocon
Copy link
Contributor

In Rails 7.1, the ConnectionPoolLike module was removed as part of the effort to stop monkey patching ::Redis. This is causing an issue today as the extended .with method yields to nothing, causing the following error:

Redlock::LockAcquisitionError: failed to acquire lock on 'Too many Redis errors prevented lock acquisition'

@SamMolokanov
Copy link

Hello there 👋 Any plans to release this fix soon?

@leandromoreira
Copy link
Owner

@SamMolokanov done! thanks for all the contrib.

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 a pull request may close this issue.

3 participants