"vscode:/vscode.git/clone" did not exist on "1e17d3de79f79460670e273b43a473d7927dcea5"
Move logic concerned with zset ranges
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.
Please register or sign in to comment