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 ###############################