1. 16 Mar, 2020 1 commit
  2. 13 Mar, 2020 1 commit
  3. 05 Mar, 2020 1 commit
  4. 12 Feb, 2020 1 commit
  5. 04 Feb, 2020 1 commit
  6. 29 Jan, 2020 1 commit
  7. 23 Jan, 2020 1 commit
  8. 12 Dec, 2019 1 commit
  9. 31 Oct, 2019 1 commit
  10. 25 Oct, 2019 1 commit
  11. 15 Oct, 2019 1 commit
  12. 08 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Improve CA certifiate configuration options. · d7f2681a
      Yossi Gottlieb authored
      This adds support for explicit configuration of a CA certs directory (in
      addition to the previously supported bundle file).  For redis-cli, if no
      explicit CA configuration is supplied the system-wide default
      configuration will be adopted.
      d7f2681a
  13. 07 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Connections refactoring and TLS support. · b087dd1d
      Yossi Gottlieb authored
      * Introduce a connection abstraction layer for all socket operations and
      integrate it across the code base.
      * Provide an optional TLS connections implementation based on OpenSSL.
      * Pull a newer version of hiredis with TLS support.
      * Tests, redis-cli updates for TLS support.
      b087dd1d
  14. 23 Sep, 2019 6 commits
  15. 04 Sep, 2019 1 commit
    • antirez's avatar
      redis-cli: always report server errors on read errors. · 12c56a8e
      antirez authored
      Before this commit we may have not consumer buffers when a read error is
      encountered. Such buffers may contain errors that are important clues
      for the user: for instance a protocol error in the payload we send in
      pipe mode will cause the server to abort the connection. If the user
      does not get the protocol error, debugging what is happening can be a
      nightmare.
      
      This commit fixes issue #3756.
      12c56a8e
  16. 05 Aug, 2019 1 commit
  17. 13 Mar, 2019 1 commit
  18. 12 Mar, 2019 1 commit
  19. 10 Mar, 2019 1 commit
  20. 06 Mar, 2019 1 commit
  21. 01 Mar, 2019 3 commits
  22. 28 Feb, 2019 8 commits
  23. 21 Feb, 2019 1 commit
    • Oran Agra's avatar
      redis-cli add support for --memkeys, fix --bigkeys for module types · b6de5120
      Oran Agra authored
      * bigkeys used to fail on databases with module type keys
      * new code adds more types when it discovers them, but has no way to know element count in modules types yet
      * bigkeys was missing XLEN command for streams
      * adding --memkeys and --memkeys-samples to make use of the MEMORY USAGE command
      
      see #5167, #5175
      b6de5120
  24. 20 Feb, 2019 1 commit
  25. 24 Jan, 2019 1 commit
  26. 19 Jan, 2019 1 commit