]> git.saurik.com Git - redis.git/commitdiff
Fixed typo in redis.conf related to slow log parameters
authorantirez <antirez@gmail.com>
Sun, 3 Jul 2011 13:49:49 +0000 (15:49 +0200)
committerantirez <antirez@gmail.com>
Sun, 3 Jul 2011 13:49:49 +0000 (15:49 +0200)
redis.conf

index 1551a13a9768176099dc025064f60d38270255d3..1a051e4d3d82a4d504a42d6fe0b07e1124788ff1 100644 (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 ###############################