From: antirez Date: Sun, 3 Jul 2011 13:49:49 +0000 (+0200) Subject: Fixed typo in redis.conf related to slow log parameters X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/208092ad703855ebd42873defdcb74fd6d6706d7 Fixed typo in redis.conf related to slow log parameters --- diff --git a/redis.conf b/redis.conf index 1551a13a..1a051e4d 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 ###############################