]> git.saurik.com Git - redis.git/history - src/diskstore.c
zipmaps are now endianess agnostic, needed for on disk serialization of zipmaps witho...
[redis.git] / src / diskstore.c
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-07  antirezblocking SAVE implemented
2011-01-07  antirezavoid bgsaving temp files
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezmore work towards diskstore bgsave
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-04  antirezMerge branch 'master' into unstable
2011-01-04  antirezhandle end of space on device in a better way
2011-01-04  antirezstrictly honour memory limit
2011-01-04  antirezrename(2) used in diskstore.c for atomic updates of...
2011-01-03  antirezdiskstore FLUSH* fixed
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