• ivanstosic-janea's avatar
    Fix protocol error caused by redis-benchmark (#10236) · 0a26869a
    ivanstosic-janea authored
    The protocol error was caused by the buggy `writeHandler` in `redis-benchmark.c`,
    which didn't handle one of the cases, thereby repeating data, leading to protocol errors
    when the values being sent are very long.
    
    This PR fixes #10233, issue introduced by #7959
    
    (cherry picked from commit bb875603)
    0a26869a
redis-benchmark.c 74.6 KB