- 13 Sep, 2011 13 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
Pieter Noordhuis authored
-
- 12 Sep, 2011 2 commits
-
-
antirez authored
Remove the write handler only if there are no longer objects in the output queue AND if the static buffer is empty. This bug was the cause of a possible server-stop-responding-to-client bug under some specific work load. Thanks to Pieter Noordhuis for spotting and fixing it.
-
antirez authored
-
- 07 Sep, 2011 1 commit
-
-
Hampus Wessman authored
-
- 09 Aug, 2011 1 commit
-
-
antirez authored
Auto rewrite integer overflow fixed. Thanks to Gaurav for finding it (see issue 602 on google code), and Pieter Noordhuis for tracing it.
-
- 28 Jul, 2011 1 commit
-
-
Hampus Wessman authored
-
- 27 Jul, 2011 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 22 Jul, 2011 2 commits
- 15 Jul, 2011 1 commit
-
-
antirez authored
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
-
- 13 Jul, 2011 3 commits
- 12 Jul, 2011 2 commits
- 11 Jul, 2011 4 commits
- 08 Jul, 2011 1 commit
-
-
antirez authored
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
-
- 07 Jul, 2011 2 commits
-
-
antirez authored
don't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are a slave too (see http://groups.google.com/group/redis-db/browse_thread/thread/5a931fefb88b16d5). Also propagate it as DEL.
-
Hampus Wessman authored
They will be expired (and a DEL will be logged) after the loading is done instead.
-
- 06 Jul, 2011 1 commit
-
-
antirez authored
-
- 02 Jul, 2011 2 commits
- 30 Jun, 2011 1 commit
-
-
antirez authored
-