• Matt Stancliff's avatar
    redis-benchmark: Remove unused buffer · aa404fc1
    Matt Stancliff authored
    This just deletes old code that didn't get removed when
    logic changed.  We were setting offsets that never
    got read anywhere.
    
    Since clients are now just cloned, we don't need to track
    per-client buffer offsets anywhere because they are all
    the same from the original client.
    aa404fc1
redis-benchmark.c 27 KB