]> git.saurik.com Git - redis.git/history - src/rdb.c
Abstract file/buffer I/O to support in-memory serialization
[redis.git] / src / rdb.c
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezRDB version signature bumped to 2, now that direct...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisUpdate target encoding for sorted set from rdb
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisTypo
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-10  Pieter NoordhuisEncode sorted set after loading from dump
2011-03-09  Pieter NoordhuisPersistence code for encoded sorted sets
2011-02-28  antirezfix type in rdbSaveKeyValuePair() when saving an intset...
2011-02-28  antirezdirect saving of specially encoded types implemented...
2011-02-28  antirezdefine name typo fixed
2011-02-28  antirezsave ziplist encoded type as a different type id. Done...
2011-02-28  antirezconvert the zipmap into hash in rdb loading if the...
2011-02-28  antirezfix for zipmap raw saving in unstable branch
2011-02-28  antirezsave zipmap encoded hashes as blobs. Work in progress.
2011-02-11  antirezfixed two diskstore issues, a quasi-deadlock creating...
2011-01-07  antirezblocking SAVE implemented
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
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-29  antireztouched key for WATCH refactored into a more general...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-21  Pieter NoordhuisWrapper around fwrite to make API consistent
2010-11-21  Pieter NoordhuisReturn number of bytes written from rdbSave* functions
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRevert "Now maxmemory, VM, and everything else uses...
2010-11-02  antirezNow maxmemory, VM, and everything else uses the fast...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  Pieter NoordhuisUpdate rdb.c to properly work with new memory strategy...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisFinished code for sorted set memory efficiency
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  antirezFix for a race in BGSAVE that may result in some data...
2010-08-26  antirezintset loading bug fixed
2010-08-26  antireztranslated a few long logn into int64_t for correctness...
2010-08-26  antirezfixed a memory leak in the new Set code
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  Pieter NoordhuisChange initialization to allow listening on both a...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.