summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-03 15:49:49 +0200
committerantirez <antirez@gmail.com>2011-07-03 15:49:49 +0200
commit208092ad703855ebd42873defdcb74fd6d6706d7 (patch)
tree6e03cd32cd73d950398e9c74bb3789eb696b767e
parent5a9dd97c7c57efcb8d6f0bd007825a8b28cbc179 (diff)
downloadredis-208092ad703855ebd42873defdcb74fd6d6706d7.tar.gz
Fixed typo in redis.conf related to slow log parameters
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 1551a13a9..1a051e4d3 100644
--- a/redis.conf
+++ b/redis.conf
@@ -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 ###############################