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

Migrate away from deprecated Redis commands #780

Closed
agramichael opened this issue May 11, 2023 · 2 comments
Closed

Migrate away from deprecated Redis commands #780

agramichael opened this issue May 11, 2023 · 2 comments

Comments

@agramichael
Copy link

agramichael commented May 11, 2023

WIth Sidekiq 7.1, warnings are printed out (due to sidekiq#5788).

Logs

[sidekiq#5788] Redis has deprecated the `rpoplpush`command, called at ["***/gems/sidekiq-unique-jobs-8.0.2/lib/sidekiq_unique_jobs/locksmith.rb:315:in `rpoplpush'"]
@eliasfrigard
Copy link

Second this, rpoplpush should be replaced with lmove as stated in https://redis.io/commands/rpoplpush/.

@GabrielaGuedes
Copy link
Contributor

Hi, I've jut replaced the deprecated command here: #781

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

4 participants