]> git.saurik.com Git - redis.git/blobdiff - redis.conf
Add test for incorrect expiration when loading AOF.
[redis.git] / 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 ###############################