Unverified Commit ac441c74 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #7087 from IAmATeaPot418/patch-6

Adding acllog-max-len to Redis.conf
parents c9388ecc 4f3b15e6
...@@ -737,6 +737,14 @@ replica-priority 100 ...@@ -737,6 +737,14 @@ replica-priority 100
# For more information about ACL configuration please refer to # For more information about ACL configuration please refer to
# the Redis web site at https://redis.io/topics/acl # 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 # Using an external ACL file
# #
# Instead of configuring users here in this file, it is possible to use # Instead of configuring users here in this file, it is possible to use
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment