summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-04-16 17:37:44 +0200
committerGitHub <noreply@github.com>2020-04-16 17:37:44 +0200
commitac441c741379dd4002f664c81047e8412cb793d0 (patch)
tree0f1562e64012c2e888a7050af9b9136c764abf70
parentc9388ecc73c64491b0c5aef2c6a65068ddd6b2c7 (diff)
parent4f3b15e6ea2d72debeb2f0533e2ba11884257021 (diff)
downloadredis-ac441c741379dd4002f664c81047e8412cb793d0.tar.gz
Merge pull request #7087 from IAmATeaPot418/patch-6
Adding acllog-max-len to Redis.conf
-rw-r--r--redis.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 5baeae65f..01a2d801f 100644
--- a/redis.conf
+++ b/redis.conf
@@ -737,6 +737,14 @@ replica-priority 100
# For more information about ACL configuration please refer to
# the Redis web site at https://redis.io/topics/acl
+# ACL LOG
+#
+# The ACL Log tracks failed commands and authentication events associated
+# with ACLs. The ACL Log is useful to troubleshoot failed commands blocked
+# by ACLs. The ACL Log is stored in memory. You can reclaim memory with
+# ACL LOG RESET. Define the maximum entry length of the ACL Log below.
+acllog-max-len 128
+
# Using an external ACL file
#
# Instead of configuring users here in this file, it is possible to use