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 bccea9ed92
commit bb40bd3d73

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