From 4d62912619d10667bf06d683290fd0d33c1fcf6c Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 6 Mar 2013 15:47:16 +0100 Subject: [PATCH] Add a warning about command renaming in redis.conf. --- redis.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redis.conf b/redis.conf index 0a71b78d6..f4b0af7e0 100644 --- a/redis.conf +++ b/redis.conf @@ -294,6 +294,9 @@ slave-priority 100 # an empty string: # # rename-command CONFIG "" +# +# Please note that changing the name of commands that are logged into the +# AOF file or transmitted to slaves may cause problems. ################################### LIMITS ####################################