Describe
If your kvrocks config file has multiple rename-command, kvrocks would generate duplicate configuration items after executing config rewrite, whatever automatically or manually, and leads kvrocks to fail to restart.
It is introduced in #272
one example
rename-command debug 290033_dont_run_debug_rudely
rename-command bgsave 290033_dont_run_bgsave_rudely
rename-command shutdown 290033_dont_run_shutdown_rudely
rename-command keys 290033_dont_run_keys_rudely
rename-command debug 290033_dont_run_debug_rudely
there are two debug rename-commands, so there will be the following error logs.
* Failed to load config, err: at line: #L19, err: No such command in rename-command
How to fix