ACL : mentioning requirepass and aclfile not compatable in redis conf (#7883)

This commit is contained in:
Wen Hui 2020-10-05 11:49:47 -04:00 committed by GitHub
parent 57b8e00695
commit 6f3b91fe26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).