You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: