summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for a race in BGSAVE that may result in some data not being saved as soon...antirez2010-08-301-1/+2
* intset loading bug fixedantirez2010-08-261-1/+1
* translated a few long logn into int64_t for correctness and to avoid compilat...antirez2010-08-261-1/+1
* fixed a memory leak in the new Set codeantirez2010-08-261-0/+2
* merged intset code into the split filesPieter Noordhuis2010-07-021-16/+52
* Compilation fixed on Linux after the source code splitantirez2010-07-011-0/+5
* redis.c split into many different C files.antirez2010-07-011-0/+886