- 22 Sep, 2011 1 commit
-
-
antirez authored
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
-
- 19 Sep, 2011 2 commits
- 16 Sep, 2011 4 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
Added aof_backgronud_fsync() function, and use it in the bacground rewrite done handler when the fsync policy is everysec.
-
- 15 Sep, 2011 1 commit
-
-
antirez authored
-
- 13 Sep, 2011 6 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
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 02 Aug, 2011 1 commit
-
-
Konstantin Merenkov 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.
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 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 3 commits
- 29 May, 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.
-
- 14 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 10 May, 2011 1 commit
-
-
antirez authored
-
- 22 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 06 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 04 Mar, 2011 1 commit
-
-
antirez authored
-
- 09 Jan, 2011 1 commit
-
-
antirez authored
-
- 07 Jan, 2011 2 commits
- 28 Dec, 2010 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 1 commit
-
-
Pieter Noordhuis authored
-