1. 26 Sep, 2019 2 commits
  2. 25 Sep, 2019 2 commits
  3. 23 Sep, 2019 7 commits
  4. 22 Sep, 2019 1 commit
  5. 20 Sep, 2019 6 commits
  6. 18 Sep, 2019 7 commits
  7. 17 Sep, 2019 4 commits
  8. 16 Sep, 2019 7 commits
  9. 13 Sep, 2019 3 commits
  10. 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