Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ac441c74
Unverified
Commit
ac441c74
authored
Apr 16, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Apr 16, 2020
Browse files
Merge pull request #7087 from IAmATeaPot418/patch-6
Adding acllog-max-len to Redis.conf
parents
c9388ecc
4f3b15e6
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.conf
View file @
ac441c74
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment