]> git.saurik.com Git - redis.git/history - src/rdb.c
Update rdb.c to properly work with new memory strategy for sorted sets
[redis.git] / src / rdb.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-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-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.