Commit 78bae8b0 authored by antirez's avatar antirez
Browse files

Add a warning about command renaming in redis.conf.

parent bf6c5d96
...@@ -272,6 +272,9 @@ slave-priority 100 ...@@ -272,6 +272,9 @@ slave-priority 100
# an empty string: # an empty string:
# #
# rename-command CONFIG "" # 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 #################################### ################################### LIMITS ####################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment