]> git.saurik.com Git - redis.git/history - src/rdb.c
Fix case in RPOPLPUSH.
[redis.git] / src / rdb.c
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.