- 14 Dec, 2010 1 commit
-
-
antirez authored
-
- 10 Dec, 2010 2 commits
- 09 Dec, 2010 2 commits
- 07 Dec, 2010 1 commit
-
-
antirez authored
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.
-
- 21 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
Now the rdbSave* functions return the number of bytes written (or required to write) in serializing a Redis object, writing to /dev/null and using ftell (which doesn't work on FreeBSD) isn't needed anymore.
-
- 08 Nov, 2010 2 commits
- 04 Nov, 2010 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
first attempt to non blocking implementation of slave replication and SYNC bulk data download. Never compiled so far...
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 1 commit
-
-
antirez authored
-
- 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
-