• Oran Agra's avatar
    fix redis-benchmark to ignore unsupported configs (#8916) · 4d1094e8
    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
    4d1094e8
redis-benchmark.c 74.3 KB