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