• antirez's avatar
    Fix handling of special chars in ACL LOAD. · 1f8ea99b
    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.
    1f8ea99b
acl.c 76.4 KB