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

redis zrevrangebyscore #227

Open
sadeghhp opened this issue Nov 16, 2022 · 1 comment
Open

redis zrevrangebyscore #227

sadeghhp opened this issue Nov 16, 2022 · 1 comment

Comments

@sadeghhp
Copy link

akka.persistence.redis

"zrevrangebyscore" command is now deprecated. it can make some issues in production with massive requests

please check this link:
redis/redis#6680

It can be replaced by ZRANGE with the REV and BYSCORE arguments when migrating or writing new code.

@Aaronontheweb
Copy link
Member

Is there anyway to safely migrate from one to another @sadeghhp ? I'm not experienced enough with Redis to know offhand

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