-
Notifications
You must be signed in to change notification settings - Fork 211
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
Deprecation warning after upgrading to redis gem version 4.2.0 #148
Comments
Perhaps related, if I run
Edit: this is unrelated. It is a separate bug in fakeredis. |
@mattbrictson thank you for opening the issue. I would be happy to fix it but that error is actually coming from the redis-rb gem itself from
If I'm not mistaken, they first need to actually fix |
I think that is actually due to a bug in fakeredis. If you use the redis 4.2.1 gem directly (i.e. without loading fakeredis), it works as expected:
If you load fakeredis, that is when the error occurs:
|
@mattbrictson ah, you are right, I completely forgot we use |
Released as part of 2.4.6 |
After upgrading to version 4.2.0 of the
redis
gem, I see these deprecation warnings:Seems like rollout should use
exists?
for redis 4.2.0 and higher.The text was updated successfully, but these errors were encountered: