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 194058931f
commit 2e1adff83e

View File

@ -314,7 +314,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
################################ VIRTUAL MEMORY ###############################