summaryrefslogtreecommitdiff
path: root/src/rdb.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using /dev/null to find out the serialized object lengthPieter Noordhuis2010-11-211-11/+6
* Wrapper around fwrite to make API consistentPieter Noordhuis2010-11-211-20/+25
* Return number of bytes written from rdbSave* functionsPieter Noordhuis2010-11-211-41/+92
* non blocking loading of the DB / AOF with informations and ETA in INFO outputantirez2010-11-081-0/+37
* Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-131-21/+61
|\
| * Update rdb.c to properly work with new memory strategy for sorted setsPieter Noordhuis2010-09-221-4/+5
| * 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
* | Change initialization to allow listening on both a port and socketPieter Noordhuis2010-08-031-1/+2
|/
* 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