• Oran Agra's avatar
    fix redis-benchmark to ignore unsupported configs (#8916) · 840f7f61
    Oran Agra authored
    Redis Enterprise supports the CONFIG GET command, but it replies with am
    empty array since the save and appendonly configs are not supported.
    before this fix redis-benchmark would segfault for trying to access the
    error string on an array type reply.
    see #8869
    
    (cherry picked from commit 4d1094e8)
    840f7f61
redis-benchmark.c 74.5 KB