Add a warning about command renaming in redis.conf.

This commit is contained in:
antirez 2013-03-06 15:47:16 +01:00
parent bfa25441e7
commit 4d62912619

View File

@ -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 ####################################