]> git.saurik.com Git - redis.git/history - src/diskstore.c
diskstore bug fixing and negative cache proper implementation
[redis.git] / src / diskstore.c
2011-01-03  antirezdiskstore bug fixing and negative cache proper implemen...
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2010-12-31  antirezdon't overload the IO job queue if there are alrady...
2010-12-30  antirezhandled DEL command as a special optimized case for...
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  antireztouched key for WATCH refactored into a more general...
2010-12-29  antirezversion set to 2.3.0
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-26  antirezadded diskstore.c, currently just a stub