This is a production instance of redis 2.8.13 on centos.
In our redis.conf, we have this:
rename-command CONFIG ""
And now.... we want to run the latency monitor which requires that we use the CONFIG command.
We have root access, this is our own dedicated server. Is it possible to modify the conf file and reload the config without restarting redis? (This is a production system)