1. 23 May, 2014 1 commit
    • Matt Stancliff's avatar
      Fix test framework to detect proper server PID · 6c16ecaa
      Matt Stancliff authored
      Previously the PID format was:
      [PID] Timestamp
      
      But it recently changed to:
      PID:X Timestamp
      
      The tcl testing framework was grabbing the PID from \[\d+\], but
      that's not valid anymore.
      
      Now we grab the pid from "PID: <PID>" in the part of Redis startup
      output to the right of the ASCII logo.
      6c16ecaa
  2. 07 May, 2014 1 commit
    • antirez's avatar
      Test: handle new osx 'leaks' error. · 088b9ead
      antirez authored
      Sometimes the process is still there but no longer in a state that can
      be checked (after being killed). This used to happen after a call to
      SHUTDOWN NOSAVE in the scripting unit, causing a false positive.
      088b9ead
  3. 25 Mar, 2014 1 commit
  4. 17 Feb, 2014 1 commit
  5. 12 Feb, 2013 1 commit
  6. 03 Dec, 2012 1 commit
    • antirez's avatar
      Test: fixed osx "leaks" support in test. · a18ca736
      antirez authored
      Due to changes in recent releases of osx leaks utility, the osx leak
      detection no longer worked. Now it is fixed in a way that should be
      backward compatible.
      a18ca736
  7. 24 Oct, 2012 1 commit
  8. 17 Apr, 2012 1 commit
  9. 03 Apr, 2012 1 commit
  10. 28 Mar, 2012 1 commit
  11. 24 Mar, 2012 1 commit
  12. 07 Dec, 2011 2 commits
  13. 04 Oct, 2011 1 commit
    • antirez's avatar
      Redis test ports selection made more robust. This prevents the test from... · 24bfb570
      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.
      24bfb570
  14. 11 Jul, 2011 1 commit
  15. 09 Jul, 2011 1 commit
  16. 06 Jul, 2011 1 commit
  17. 15 Apr, 2011 1 commit
  18. 09 Jan, 2011 1 commit
  19. 03 Jan, 2011 1 commit
  20. 10 Dec, 2010 2 commits
  21. 13 Oct, 2010 1 commit
  22. 31 Aug, 2010 1 commit
  23. 21 Aug, 2010 1 commit
  24. 01 Jul, 2010 1 commit
    • antirez's avatar
      redis.c split into many different C files. · e2641e09
      antirez authored
      networking related stuff moved into networking.c
      
      moved more code
      
      more work on layout of source code
      
      SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
      
      cleanly compiling again after the first split, now splitting it in more C files
      
      moving more things around... work in progress
      
      split replication code
      
      splitting more
      
      Sets split
      
      Hash split
      
      replication split
      
      even more splitting
      
      more splitting
      
      minor change
      e2641e09
  25. 14 Jun, 2010 1 commit
  26. 02 Jun, 2010 5 commits
  27. 21 May, 2010 2 commits
  28. 20 May, 2010 1 commit
  29. 19 May, 2010 1 commit
  30. 14 May, 2010 4 commits