]> git.saurik.com Git - redis.git/history - src/dscache.c
Fixes to the new preloading / key discovery APIs
[redis.git] / src / dscache.c
2011-03-28  antirezFixes to the new preloading / key discovery APIs
2011-03-28  antirezimplemented preload of EXEC using the new getKeys(...
2011-03-23  antirezminor style change
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-10  antirezfixed diskstore race condition
2011-03-08  antirezremoved useless call
2011-03-08  antirezsame final call of two if branches moved outside
2011-03-08  antirezuseless function removed
2011-03-08  antirezcomment typo fixed
2011-03-04  antirezpossible fix for a failed assertion introduced with...
2011-03-04  antirezdebugging message moved from REDIS_WARING to REDIS_DEBUG
2011-02-25  antirezless delays in diskstore when there are many writes...
2011-02-11  antirezfixed two diskstore issues, a quasi-deadlock creating...
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-08  antirezresolved a problem with delayed loading of keys
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezBGSAVE work in progress
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  antirezIO performances greatly improved under high writes...
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-04  antirezstrictly honour memory limit
2011-01-04  antirezTODO list updated
2011-01-03  antirezstupid bug fixed
2011-01-03  antirezserious performance enhancement of diskstore
2011-01-03  antirezdiskstore more fixes
2011-01-03  antirezcomments on top of dscache.c updated
2011-01-03  antirezdiskstore bug fixing and negative cache proper implemen...
2011-01-02  antirezfixed a bug in diskstore
2011-01-02  antirezdiskstore race condition fixed
2011-01-01  antirezminor comment change of dscache.c
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antirezminor changes to doc and comments
2010-12-31  antireznegative caching implemented
2010-12-31  antirezdon't overload the IO job queue if there are alrady...
2010-12-31  antirezmajor bug and a dead lock fixed
2010-12-31  antirezbrainstorming with myself in dscache.c comments
2010-12-30  antirezblocking load of keys on lookup -- nor tested, nor...
2010-12-30  antirezhandled DEL command as a special optimized case for...
2010-12-30  antirezdiskstore cache bug fixing
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-30  antirezfixed bugs on diskstore cache
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-29  antirezimplemented complete job handling
2010-12-29  antirezstill more work for diskstore
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antirezremoved parts of VM that probably will be of no use...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h