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

Replace redigo client and replaced deprecated method. #6

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

WildGabs
Copy link

@WildGabs WildGabs commented Nov 7, 2024

Compared to v1.2.1, this version contains braking changes:

  • Redis Client: The code now uses go-redis v9, replacing the previous use of redigo. This expects an updated Redis universal interface. This change promoves enhanced performance and compatibility to cluster mode.
  • Compatible with Redis engine 7.
  • Command Update: The BRPOPLPUSH command has been deprecated in favor of the more modern BLMOVE. BLMOVE is now used for reliable queueing and job processing, replacing BRPOPLPUSH for moving elements between Redis lists with blocking behavior.
  • Removed another redis client requirement for EnqueueOptions. It will always use default client from configuration.

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

Successfully merging this pull request may close these issues.

1 participant