- 02 Nov, 2010 2 commits
-
-
antirez authored
Function to compute RSS memory usage in a fast way, suitable to be called inside keys eviction loops
- 28 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 25 Oct, 2010 2 commits
- 24 Oct, 2010 1 commit
-
-
antirez authored
synchronous I/O networking functions originally used just for replication refactored in a file as generally useful, they are used in the cluster branch for MIGRATE.
-
- 17 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Oct, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 14 Oct, 2010 2 commits
- 13 Oct, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 17 Sep, 2010 1 commit
-
-
antirez authored
-
- 16 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 02 Sep, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Aug, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
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 1 commit
-
-
antirez authored
-
- 24 Aug, 2010 1 commit
-
-
antirez authored
-
- 21 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 03 Aug, 2010 5 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.
-
Pieter Noordhuis authored
-
antirez authored
-
Pieter Noordhuis authored
-
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 3 commits
- 22 Jul, 2010 1 commit
-
-
antirez authored
don't use object sharing inside I/O threads, as a fix for a well known instability of VM introduced with the new object sharing code
-
- 05 Jul, 2010 1 commit
-
-
antirez 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
-