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

investigate BLMOVE and related migrations #326

Open
skeggse opened this issue Nov 22, 2020 · 1 comment
Open

investigate BLMOVE and related migrations #326

skeggse opened this issue Nov 22, 2020 · 1 comment

Comments

@skeggse
Copy link
Member

skeggse commented Nov 22, 2020

It looks like Redis has deprecated BRPOPLPUSH in favor of BLMOVE. It might be prudent to think about the future of bee-queue in this light, along the lines of Redis streams and bee-queue's usage patterns. Along those lines, what would appropriate support for data/Redis migrations look like if we have to move to BLMOVE?

@skeggse skeggse added the future label Nov 22, 2020
@crabmusket
Copy link

The Redis documentation seems to indicate that BLMOVE can be a drop-in replacement for BRPOPLPUSH, fortunately - though it seems LMOVE was only introduced in Redis 6.2, so there may be compatibility concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants