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:50:21 +0200
commit2e1adff83e9c5324054888e8c37c659f10d23b4d (patch)
treee7e0cc38d2182dd36d032795bf714c0d148704ec
parent194058931fe0f5083d96cde6b4f86943b2420059 (diff)
downloadredis-2e1adff83e9c5324054888e8c37c659f10d23b4d.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 a545b78b7..4d5a685e4 100644
--- a/redis.conf
+++ b/redis.conf
@@ -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 ###############################