"vscode:/vscode.git/clone" did not exist on "e38d0b5a5fcba34f0c80318ba2a17b3d95b662d3"
fix redis-benchmark to ignore unsupported configs (#8916)
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)
Please register or sign in to comment