1. 21 Apr, 2012 1 commit
    • antirez's avatar
      Limit memory used by big SLOWLOG entries. · df10c797
      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.
      df10c797
  2. 16 Feb, 2012 1 commit
  3. 12 Jan, 2012 1 commit
  4. 07 Jan, 2012 3 commits
  5. 23 Dec, 2011 1 commit
  6. 20 Dec, 2011 3 commits
  7. 19 Dec, 2011 2 commits
  8. 01 Dec, 2011 1 commit
  9. 30 Nov, 2011 1 commit
  10. 25 Nov, 2011 1 commit
  11. 17 Oct, 2011 1 commit
  12. 10 Oct, 2011 2 commits
  13. 04 Oct, 2011 1 commit
    • antirez's avatar
      Redis test ports selection made more robust. This prevents the test from... · cd045847
      antirez authored
      Redis test ports selection made more robust. This prevents the test from hanging if an already bound port is selected but the TCP server listening to it does not cause a protocol error with a Redis client PING. Also base port moved away from the range near to the Redis Cluster gossip ports.
      cd045847
  14. 16 Sep, 2011 2 commits
  15. 12 Sep, 2011 1 commit
  16. 29 Jul, 2011 2 commits
  17. 27 Jul, 2011 1 commit
  18. 12 Jul, 2011 1 commit
  19. 01 Jul, 2011 1 commit
  20. 20 Jun, 2011 1 commit
  21. 14 Jun, 2011 1 commit
  22. 09 Jun, 2011 1 commit
  23. 31 May, 2011 5 commits
  24. 24 May, 2011 1 commit
  25. 20 May, 2011 1 commit
  26. 19 May, 2011 1 commit
  27. 12 May, 2011 2 commits