auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
+################################ LUA SCRIPTING ###############################
+
+# Max execution time of a Lua script in milliseconds.
+# This prevents that a programming error generating an infinite loop will block
+# your server forever. Set it to 0 or a negative value for unlimited execution.
+lua-time-limit 60000
+
################################## SLOW LOG ###################################
# The Redis Slow Log is a system to log queries that exceeded a specified
# 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 ###############################