]> git.saurik.com Git - redis.git/history - src/dscache.c
diskstore race condition fixed
[redis.git] / src / dscache.c
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