From deccd104d8a499ad3afd86243b9b506c15a759a9 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 bfe90493bc..f135463cd7 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 ####################################