From 6f3b91fe26990f4c849d3f20269d69f3e3dc96f5 Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Mon, 5 Oct 2020 11:49:47 -0400 Subject: [PATCH] ACL : mentioning requirepass and aclfile not compatable in redis conf (#7883) --- redis.conf | 3 +++ 1 file changed, 3 insertions(+) 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 as usually, or more explicitly with AUTH default # 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).