1. 23 Sep, 2019 4 commits
  2. 20 Sep, 2019 14 commits
  3. 18 Sep, 2019 7 commits
  4. 17 Sep, 2019 4 commits
  5. 16 Sep, 2019 7 commits
  6. 13 Sep, 2019 3 commits
  7. 12 Sep, 2019 1 commit
    • 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