1. 02 May, 2012 5 commits
  2. 01 May, 2012 1 commit
  3. 30 Apr, 2012 3 commits
  4. 29 Apr, 2012 1 commit
  5. 27 Apr, 2012 15 commits
  6. 24 Apr, 2012 13 commits
  7. 21 Apr, 2012 2 commits
    • antirez's avatar
      Even inside #if 0 comments are comments. · e337b260
      antirez authored
      e337b260
    • antirez's avatar
      Limit memory used by big SLOWLOG entries. · 590d55a2
      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.
      590d55a2