-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Upgrade to latest redis-rb 4.x and fix deprecations #23616
Conversation
916d1a5
to
29e9078
Compare
29e9078
to
4ad7e00
Compare
This pull request has merge conflicts that must be resolved before it can be merged. |
4ad7e00
to
a911747
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could be split between fixing deprecations and actually upgrading redis-rb
. There is a small style issue, but otherwise it looks good to me.
a911747
to
cdc2516
Compare
02a617c
to
c90750d
Compare
I just pushed another commit to fix the two |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undefined method `connection' for RedisConfiguration:Class
Ref: mastodon#23516 This will make it easier to migrate to redis-rb 5.x.
c90750d
to
8450d0f
Compare
@Gargron thanks, I updated the PR. |
A rebase against |
Co-authored-by: Jean Boussier <[email protected]>
Co-authored-by: Jean Boussier <[email protected]>
Ref: #23516
This will make it easier to migrate to redis-rb 5.x.
cc @Gargron