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

Redis update message spam #40

Closed
aevans1987 opened this issue Aug 11, 2021 · 1 comment
Closed

Redis update message spam #40

aevans1987 opened this issue Aug 11, 2021 · 1 comment

Comments

@aevans1987
Copy link

aevans1987 commented Aug 11, 2021

Redis#exists(key) will return an Integer in redis-rb 4.3, if you want to keep the old behavior, use exists? instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. (/app/vendor/bundle/ruby/2.7.0/gems/sidekiq-6.0.7/lib/sidekiq/launcher.rb:160:in `block (2 levels) in ❤')

@maxhollmann
Copy link
Collaborator

This is solved on the latest docker images.

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

No branches or pull requests

2 participants