- 17 Oct, 2011 4 commits
- 29 Sep, 2011 1 commit
-
-
antirez authored
-
- 21 Sep, 2011 4 commits
-
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
antirez authored
-
antirez authored
-
antirez authored
-
- 16 Sep, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Sep, 2011 2 commits
- 12 Sep, 2011 5 commits
-
-
antirez authored
-
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
-
antirez authored
-
Hampus Wessman authored
-
- 28 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 27 Jul, 2011 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 22 Jul, 2011 3 commits
- 15 Jul, 2011 11 commits
-
-
Hampus Wessman authored
-
antirez authored
-
antirez authored
Warn the user that will try to enable VM that VM sucks. But still allows him to enable VM with a special option.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
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.
-
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.
-
antirez authored
-
Hampus Wessman authored
They will be expired (and a DEL will be logged) after the loading is done instead.
-
- 07 Jul, 2011 1 commit
-
-
antirez authored
Fixed a problem with AOF when it is stopped via CONFIG SET appendonly no. We used to kill the wrong child...
-
- 03 Jul, 2011 1 commit
-
-
antirez authored
-
- 02 Jul, 2011 3 commits
- 01 Jul, 2011 1 commit
-
-
antirez authored
-