Fixed typo in redis.conf related to slow log parameters

This commit is contained in:
antirez 2011-07-03 15:49:49 +02:00
parent 5a9dd97c7c
commit 208092ad70

View File

@ -334,7 +334,7 @@ slowlog-log-slower-than 10000
# There is no limit to this length. Just be aware that it will consume memory.
# You can reclaim memory used by the slow log with SLOWLOG RESET.
slowlog-log-len 1024
slowlog-max-len 1024
############################### ADVANCED CONFIG ###############################