mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
This also optimizes ZREVRANGEBYSCORE for pathological cases where a sorted set contains many elements with the same score. Previously, it would traverse the list from back to front in such a case.