• Oran Agra's avatar
    Allow requirepass config to clear the password (#7899) · b20af834
    Oran Agra authored
    This is a compatibility issue with redis 5.0 that was introduced by ACL.
    Before this commit, setting requirepass to an empty string will result
    in a server that needs an empty AUTH, unlike redis 5.0 which would
    accept connections without an AUTH.
    
    (cherry picked from commit 19418b6b)
    b20af834
config.c 101 KB