• perryitay's avatar
    fix: lookupKey on SETNX and SETXX only once (#9640) · 77d3c6bf
    perryitay authored
    When using SETNX and SETXX we could end up doing key lookup twice.
    This presents a small inefficiency price.
    Also once we have statistics of write hit and miss they'll be wrong (recording the same key hit twice) 
    77d3c6bf
sort.c 22.3 KB