• wuYin's avatar
    reuse existing range comparators in the zset (#8714) · e5d50b23
    wuYin authored
    There are 2 common range comparators for skiplist: zslValueGteMin and
    zslValueLteMax, but they're not being reused in zslDeleteRangeByScore
    
    This is a small change to make code cleaner.
    e5d50b23
t_zset.c 138 KB