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

Updating deprecated zrevrangebyscore #2050

Open
arnehe030 opened this issue Jul 3, 2024 · 1 comment
Open

Updating deprecated zrevrangebyscore #2050

arnehe030 opened this issue Jul 3, 2024 · 1 comment

Comments

@arnehe030
Copy link

Due to the new licensing issues with Redis, I'm currently testing out Microsoft Garnet as an open source caching alternative for the Celery result backend (which uses kombu for messaging) of Apache Superset. However, as Microsoft Garnet is quite new, it does not support deprecated Redis commands like "zrevrangebyscore", which is used in kombu/transport/redis.py and finally leads to the crashing of Garnet because it cannot handle the command. Are there any plans to upgrade the command to "zrange" as stated in https://redis.io/docs/latest/commands/zrevrangebyscore in the future?

@thedrow
Copy link
Member

thedrow commented Aug 18, 2024

We will welcome any PR that removes deprecated commands from our implementation of Redis broker.

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

2 participants