summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2020-10-05 11:49:47 -0400
committerGitHub <noreply@github.com>2020-10-05 18:49:47 +0300
commit6f3b91fe26990f4c849d3f20269d69f3e3dc96f5 (patch)
treed91fccfde4c66ea6caaf6890f8f077033d7549d1 /redis.conf
parent57b8e00695d037971342cbcc43734a990bfaf081 (diff)
downloadredis-6f3b91fe26990f4c849d3f20269d69f3e3dc96f5.tar.gz
ACL : mentioning requirepass and aclfile not compatable in redis conf (#7883)
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 31655e92e..561aaa9db 100644
--- a/redis.conf
+++ b/redis.conf
@@ -798,6 +798,9 @@ acllog-max-len 128
# AUTH <password> as usually, or more explicitly with AUTH default <password>
# if they follow the new protocol: both will work.
#
+# The requirepass is not compatable with aclfile option and the ACL LOAD
+# command, these will cause requirepass to be ignored.
+#
# requirepass foobared
# Command renaming (DEPRECATED).