We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ConnectionPoolLike
::Redis
.with
Redlock::LockAcquisitionError: failed to acquire lock on 'Too many Redis errors prevented lock acquisition'
The text was updated successfully, but these errors were encountered:
Hello there 👋 Any plans to release this fix soon?
Sorry, something went wrong.
@SamMolokanov done! thanks for all the contrib.
Successfully merging a pull request may close this issue.
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'
The text was updated successfully, but these errors were encountered: