• Pieter Noordhuis's avatar
    Move logic concerned with zset ranges · 039357e4
    Pieter Noordhuis authored
    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.
    039357e4
t_zset.c 34.4 KB