1. 22 May, 2012 1 commit
    • antirez's avatar
      Redis test: include bug report on crash. · 2bcd18a2
      antirez authored
      Due to a change in the format of the bug report in case of crash of
      failed assertion the test suite was no longer able to properly log it.
      Instead just a protocol error was logged by the Redis TCL client that
      provided no clue about the actual problem.
      
      This commit resolves the issue by logging everything from the first line
      of the log including the string REDIS BUG REPORT, till the end of the
      file.
      2bcd18a2
  2. 11 May, 2012 1 commit
  3. 02 May, 2012 1 commit
  4. 01 May, 2012 1 commit
  5. 30 Apr, 2012 1 commit
  6. 29 Apr, 2012 1 commit
  7. 26 Apr, 2012 2 commits
  8. 23 Apr, 2012 2 commits
  9. 21 Apr, 2012 1 commit
    • antirez's avatar
      Limit memory used by big SLOWLOG entries. · d3701d27
      antirez authored
      Two limits are added:
      
      1) Up to SLOWLOG_ENTRY_MAX_ARGV arguments are logged.
      2) Up to SLOWLOG_ENTRY_MAX_STRING bytes per argument are logged.
      3) slowlog-max-len is set to 128 by default (was 1024).
      
      The number of remaining arguments / bytes is logged in the entry
      so that the user can understand better the nature of the logged command.
      d3701d27
  10. 19 Apr, 2012 1 commit
  11. 18 Apr, 2012 10 commits
  12. 17 Apr, 2012 3 commits
  13. 13 Apr, 2012 3 commits
  14. 08 Apr, 2012 1 commit
  15. 07 Apr, 2012 3 commits
  16. 06 Apr, 2012 2 commits
  17. 04 Apr, 2012 1 commit
  18. 03 Apr, 2012 3 commits
  19. 02 Apr, 2012 2 commits