- 15 Feb, 2012 1 commit
-
-
antirez authored
Initial version of c->reply_bytes implementation backported from unstable to 2.4, in order to apply issue 327 patches.
-
- 26 Oct, 2011 1 commit
-
-
antirez authored
Clear the AOF rewrite scheduled flag once an AOF rewrite is triggered. Fix for issue #161, probably fixing 159 as well.
-
- 20 Sep, 2011 1 commit
-
-
Konstantin Merenkov authored
-
- 19 Sep, 2011 6 commits
-
-
antirez authored
-
antirez authored
Emit a log message when AOF fsync is still in progress but we are forced to write from the main thread since two seconds already elapsed.
-
antirez authored
-
antirez authored
-
antirez authored
Added aof_backgronud_fsync() function, and use it in the bacground rewrite done handler when the fsync policy is everysec.
-
antirez authored
-
- 16 Sep, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Sep, 2011 2 commits
-
-
antirez authored
use bio.c instead of libeio for closing the AOF file in background. Some comment added and other minor changes.
-
Pieter Noordhuis authored
-
- 13 Sep, 2011 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 29 Jun, 2011 1 commit
-
-
antirez authored
Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
-
- 17 Jun, 2011 1 commit
-
-
antirez authored
Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary.
-
- 10 Jun, 2011 1 commit
-
-
antirez authored
-
- 08 Jun, 2011 1 commit
-
-
antirez authored
INFO now contains the time (in usecs) needed to fork() in order to persist. The info is available in the stats section of INFO.
-
- 22 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 06 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 04 Mar, 2011 1 commit
-
-
antirez authored
-
- 08 Nov, 2010 1 commit
-
-
antirez authored
-
- 02 Nov, 2010 2 commits
-
-
antirez authored
Now maxmemory, VM, and everything else uses the fast RSS memory used estimation instead of raw memory reported by zmalloc(). This means that setting maxmemory to 2GB will really have the effect of using up to 2GB of memory.
- 25 Oct, 2010 1 commit
-
-
antirez authored
-
- 17 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Sep, 2010 2 commits
- 02 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 26 Aug, 2010 1 commit
-
-
antirez authored
-
- 03 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 05 Jul, 2010 1 commit
-
-
antirez authored
Fixed a crash loading the AOF file containing MULTI/EXEC, a result of WATCH implementation. Test needed...
-
- 02 Jul, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Jul, 2010 2 commits