summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-03-06 15:47:16 +0100
committerantirez <antirez@gmail.com>2013-03-06 15:47:16 +0100
commit4d62912619d10667bf06d683290fd0d33c1fcf6c (patch)
treefa16c0e6137f380a754c92f1a9b43565ca6a6544 /redis.conf
parentbfa25441e74e931e6f582b3e578faa9cec0fe3a8 (diff)
downloadredis-4d62912619d10667bf06d683290fd0d33c1fcf6c.tar.gz
Add a warning about command renaming in redis.conf.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf3
1 files changed, 3 insertions, 0 deletions
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 ####################################