1. 16 Sep, 2019 1 commit
  2. 13 Sep, 2019 3 commits
  3. 12 Sep, 2019 3 commits
  4. 11 Sep, 2019 1 commit
  5. 06 Sep, 2019 2 commits
  6. 05 Sep, 2019 3 commits
  7. 04 Sep, 2019 3 commits
    • 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
    • antirez's avatar
      AOF: be future-proof and close the file pointer. · f7090f43
      antirez authored
      Currently useless but we release the fake client, so better to do a full
      cleanup. Thanks to @TomMD reporting this in #6353.
      f7090f43
    • antirez's avatar
      Rio: fix flag name, function is never used btw. · b2e10131
      antirez authored
      Thanks to @tnclong for reporting the problem.
      b2e10131
  8. 02 Sep, 2019 2 commits
  9. 31 Aug, 2019 4 commits
  10. 22 Aug, 2019 1 commit
  11. 07 Aug, 2019 1 commit
  12. 05 Aug, 2019 1 commit
  13. 02 Aug, 2019 3 commits
  14. 31 Jul, 2019 6 commits
  15. 30 Jul, 2019 5 commits
  16. 29 Jul, 2019 1 commit