- 21 Nov, 2010 1 commit
-
-
Pieter Noordhuis 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.
- 22 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 16 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 30 Aug, 2010 1 commit
-
-
antirez authored
Fix for a race in BGSAVE that may result in some data not being saved as soon as possible (when the configured saving triggers should fire). Also known as Issue 313, more details there in the google code issue.
-
- 26 Aug, 2010 3 commits
- 03 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Jul, 2010 2 commits
-
-
antirez authored
-
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
-