- 09 Jan, 2011 1 commit
-
-
antirez authored
-
- 07 Jan, 2011 3 commits
- 05 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 02 Jan, 2011 1 commit
-
-
antirez authored
-
- 01 Jan, 2011 1 commit
-
-
antirez authored
implemented a different approach to IO scheduling, so object->storage is no longer used, instead there is a queue and hash table of IO tasks to process, and it is always possible to know what are the scheduled and acrtive IO operations against every single key.
-
- 31 Dec, 2010 1 commit
-
-
antirez authored
-
- 30 Dec, 2010 3 commits
- 29 Dec, 2010 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them.
-
antirez authored
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
-
- 28 Dec, 2010 2 commits
- 23 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 19 Dec, 2010 1 commit
-
-
antirez authored
-
- 14 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
SUBSTR is renamed to GETRANGE to have better consistency between command names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
-
Pieter Noordhuis authored
-
- 09 Dec, 2010 2 commits
-
-
Jonah H. Harris authored
-
Pieter Noordhuis authored
-
- 06 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Nov, 2010 2 commits
-
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
- 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.
-
- 11 Nov, 2010 1 commit
-
-
antirez authored
volatile-lru maxmemory policy segfault fixed, thanks to Anthony Lauzon for reporting the problem with the patch. Original patch modified a bit in order to avoid the double lookup if the policy is allkeys-lru
-
- 08 Nov, 2010 2 commits
- 04 Nov, 2010 5 commits
-
-
antirez authored
-
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 2 commits
- 02 Nov, 2010 2 commits
-
-
antirez authored
-