Hello,
http://redis.io/commands has some commands with multiple words. For instance:
CONFIG RESETSTAT
CLIENT KILL
CLIENT LIST
DEBUG OBJECT
DEBUG SEGFAULT
The quick question is: If we would like to use "rename-command" within the configuration file, should we just rename the "first word" in those commands?
For instance let's say we have the following line: "rename-command CLIENT HIDDENCLIENT"
Can we call "HIDDENCLIENT KILL" and "HIDDENCLIENT LIST" ?
Thanks,
Haluk