• antirez's avatar
    ACL: store hashed passwords in memory. · b170a01f
    antirez authored
    Note that this breaks API compatibility with Redis < 6:
    
        CONFIG GET requirepass
    
    Will no longer return a cleartext password as well, but the SHA256 hash
    of the password set.
    b170a01f
acl.c 64.8 KB