1. 04 Sep, 2019 1 commit
    • antirez's avatar
      redis-cli: always report server errors on read errors. · 08b03e23
      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.
      08b03e23
  2. 04 Mar, 2019 1 commit
  3. 01 Mar, 2019 1 commit
    • Oran Agra's avatar
      redis-cli add support for --memkeys, fix --bigkeys for module types · 72ba6069
      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
      72ba6069
  4. 22 Feb, 2019 1 commit
  5. 25 Jan, 2019 2 commits
  6. 11 Dec, 2018 10 commits
  7. 22 Nov, 2018 2 commits
  8. 07 Nov, 2018 7 commits
  9. 03 Oct, 2018 2 commits
  10. 14 Sep, 2018 5 commits
  11. 13 Jul, 2018 2 commits
  12. 10 Jul, 2018 1 commit
  13. 09 Jul, 2018 4 commits
  14. 03 Jul, 2018 1 commit