- 17 Feb, 2014 1 commit
-
-
antirez authored
Some inline test moved into server_is_up procedure. Also find_available_port was moved into util since it is going to be used for the Sentinel test as well.
-
- 12 Feb, 2013 1 commit
-
-
antirez authored
-
- 03 Dec, 2012 1 commit
-
-
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.
-
- 24 Oct, 2012 1 commit
-
-
YAMAMOTO Takashi authored
-
- 17 Apr, 2012 1 commit
-
-
Michael Schlenker authored
Tcl's exec can send data to stdout itself, no need to call cat/echo for that usually.
-
- 03 Apr, 2012 1 commit
-
-
Premysl Hruby authored
-
- 28 Mar, 2012 1 commit
-
-
antirez authored
Redis test: regexp to check if valgrind reported errors modified. Now we no longer look at the total count because this includes "possibly lost" bytes that are not interesting for Redis (tons of false positives because of how sds.c works).
-
- 24 Mar, 2012 1 commit
-
-
antirez authored
When running the test in valgrind mode, pass the right flags to show memory leaks stack traces but only including the "definitely lost" items.
-
- 07 Dec, 2011 2 commits
- 04 Oct, 2011 1 commit
-
-
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.
-
- 11 Jul, 2011 1 commit
-
-
antirez authored
-
- 09 Jul, 2011 1 commit
-
-
antirez authored
The test now gives some more time for Redis to start before of exiting with an error, since starting with valgrind can take a significant amount of time.
-
- 06 Jul, 2011 1 commit
-
-
antirez authored
-
- 15 Apr, 2011 1 commit
-
-
antirez authored
-
- 09 Jan, 2011 1 commit
-
-
antirez authored
-
- 03 Jan, 2011 1 commit
-
-
antirez authored
-
- 10 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 13 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 31 Aug, 2010 1 commit
-
-
antirez authored
-
- 21 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Jul, 2010 1 commit
-
-
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
-
- 14 Jun, 2010 1 commit
-
-
antirez authored
-
- 02 Jun, 2010 5 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
-
Pieter Noordhuis authored
-
- 21 May, 2010 2 commits
- 20 May, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 19 May, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 14 May, 2010 7 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-