- 28 Feb, 2011 1 commit
-
-
antirez authored
-
- 25 Feb, 2011 1 commit
-
-
antirez authored
-
- 11 Feb, 2011 1 commit
-
-
antirez authored
fixed two diskstore issues, a quasi-deadlock creating problems with I/O speed and a race condition among threads
-
- 24 Jan, 2011 1 commit
-
-
antirez authored
INFO commandstats section reset with config resetstat, a new microseconds per call field, and a few other minor things
-
- 23 Jan, 2011 2 commits
- 17 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Jan, 2011 1 commit
-
-
antirez authored
-
- 14 Jan, 2011 1 commit
-
-
antirez authored
-
- 13 Jan, 2011 1 commit
-
-
antirez authored
-
- 07 Jan, 2011 4 commits
- 05 Jan, 2011 3 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
- 03 Jan, 2011 2 commits
- 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 5 commits
- 29 Dec, 2010 4 commits
-
-
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.
-
antirez authored
-
antirez authored
-
- 28 Dec, 2010 4 commits
- 19 Dec, 2010 1 commit
-
-
antirez authored
-
- 14 Dec, 2010 4 commits
-
-
antirez authored
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file
-
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
-
antirez authored
-
- 10 Dec, 2010 1 commit
-
-
antirez authored
-