- 22 Oct, 2010 1 commit
-
-
Robey Pointer authored
-
- 21 Oct, 2010 1 commit
-
-
antirez authored
-
- 15 Oct, 2010 2 commits
- 14 Oct, 2010 2 commits
- 11 Oct, 2010 1 commit
-
-
antirez authored
maxmemory fixed, we now try to release memory just before we check for the memory limit. Before fixing there was code between the attempt to free memory and the check for memory limits, and this code could result into allocations going again after the memory limit.
-
- 16 Sep, 2010 1 commit
-
-
antirez authored
-
- 15 Sep, 2010 1 commit
-
-
antirez authored
This should fix Issue 332: when there is a background process saving we still allow the hash tables to grow, but only when a critical treshold is reached. Formerly we prevented the resize at all triggering pathological O(N) behavior. Also there is a fix for the statistics in INFO about the number of keys expired
-
- 02 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 27 Aug, 2010 1 commit
-
-
antirez authored
Fixed segfault in freeMemoryIfNeeded due to the fact that keys are now sds strings and not objects in the main hash table, thanks to Anthony Lauzon for spotting the bug and providing a patch.
-
- 24 Aug, 2010 2 commits
- 03 Aug, 2010 2 commits
-
-
Pieter Noordhuis authored
This avoids the extra allocation of sizeof(double) for storing the score of a zset entry in the hash table. Saves sizeof(double) + malloc overhead = approx. 16 bytes per zset entry.
-
antirez authored
-
- 02 Aug, 2010 1 commit
-
-
antirez authored
support for write operations against expiring keys, by master-controlled expiring in replication and AOF synthesizing DEL operations
-
- 27 Jul, 2010 2 commits
- 22 Jul, 2010 2 commits
- 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
-