1. 07 Dec, 2018 1 commit
  2. 04 Dec, 2018 1 commit
  3. 23 Nov, 2018 2 commits
  4. 21 Nov, 2018 1 commit
  5. 16 Nov, 2018 1 commit
  6. 06 Nov, 2018 1 commit
  7. 05 Nov, 2018 6 commits
  8. 19 Oct, 2018 1 commit
    • Thomas Orozco's avatar
      cli: pass auth through REDISCLI_AUTH · f24ad5d8
      Thomas Orozco authored
      This adds support for passing a password through a REDISCLI_AUTH
      environment variable (which is safer than the CLI), which might often be
      safer than passing it through a CLI argument.
      
      Passing a password this way does not trigger the warning about passing a
      password through CLI arguments, and CLI arguments take precedence over
      it.
      f24ad5d8
  9. 17 Sep, 2018 2 commits
  10. 11 Sep, 2018 3 commits
  11. 06 Sep, 2018 1 commit
  12. 12 Aug, 2018 1 commit
  13. 13 Jul, 2018 2 commits
  14. 10 Jul, 2018 1 commit
  15. 09 Jul, 2018 4 commits
  16. 03 Jul, 2018 1 commit
  17. 28 Jun, 2018 7 commits
  18. 13 Jun, 2018 1 commit
    • antirez's avatar
      Security: fix redis-cli buffer overflow. · ce17f76b
      antirez authored
      Thanks to Fakhri Zulkifli for reporting it.
      
      The fix switched to dynamic allocation, copying the final prompt in the
      static buffer only at the end.
      ce17f76b
  19. 08 Jun, 2018 1 commit
  20. 06 Jun, 2018 1 commit
  21. 03 Jun, 2018 1 commit