• antirez's avatar
    Fix handling of special chars in ACL LOAD. · cd63359a
    antirez authored
    Now it is also possible for ACL SETUSER to accept empty strings
    as valid operations (doing nothing), so for instance
    
        ACL SETUSER myuser ""
    
    Will have just the effect of creating a user in the default state.
    
    This should fix #7329.
    cd63359a
acl.c 76.4 KB