1. 15 Aug, 2020 1 commit
  2. 11 Aug, 2020 1 commit
  3. 08 Aug, 2020 1 commit
    • michael-grunder's avatar
      Create PUSH handlers in redis-cli · 81879bc1
      michael-grunder authored
      Add logic to redis-cli to display RESP3 PUSH messages when we detect
      STDOUT is a tty, with an optional command-line argument to override
      the default behavior.
      
      The new argument:  --show-pushes <yn>
      
      Examples:
      
      $ redis-cli -3 --show-pushes no
      $ echo "client tracking on\nget k1\nset k1 v1"| redis-cli -3 --show-pushes y
      81879bc1
  4. 05 Aug, 2020 2 commits
  5. 10 Jul, 2020 3 commits
  6. 14 May, 2020 1 commit
  7. 13 May, 2020 2 commits
  8. 02 May, 2020 1 commit
  9. 30 Apr, 2020 1 commit
  10. 29 Apr, 2020 3 commits
  11. 18 Mar, 2020 1 commit
  12. 16 Mar, 2020 1 commit
  13. 13 Mar, 2020 1 commit
  14. 05 Mar, 2020 1 commit
  15. 12 Feb, 2020 1 commit
  16. 04 Feb, 2020 1 commit
  17. 29 Jan, 2020 1 commit
  18. 23 Jan, 2020 1 commit
  19. 12 Dec, 2019 1 commit
  20. 31 Oct, 2019 1 commit
  21. 25 Oct, 2019 1 commit
  22. 15 Oct, 2019 1 commit
  23. 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
  24. 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
  25. 23 Sep, 2019 6 commits
  26. 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
  27. 05 Aug, 2019 1 commit
  28. 13 Mar, 2019 1 commit
  29. 12 Mar, 2019 1 commit