]> git.saurik.com Git - redis.git/history - src/rdb.c
Merge pull request #544 from dvirsky/2.6
[redis.git] / src / rdb.c
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.