When the password is wrong, redis-benchmark should exit#8855
When the password is wrong, redis-benchmark should exit#8855oranagra merged 1 commit intoredis:unstablefrom
Conversation
|
for the record, it does print: |
@oranagra I believe this will make redis-benchmark to stop working on RE, given we can't fetch the config. If I'm correct we might need to address this on a different manner... |
|
@filipecosta90 thanks for pointing this out. |
Will do @oranagra 👍 . will have it open today |
Sorry for not paying attention to the existing issues #5854 , these discussions should have been completed in the previous issue. |
(cherry picked from commit 8423b77)
When the password is wrong, the benchmark should not be started, otherwise we will get the wrong qps information.