summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-221-3/+5
* AOF file descriptor leak fixedantirez2011-03-041-1/+3
* non blocking loading of the DB / AOF with informations and ETA in INFO outputantirez2010-11-081-0/+10
* Merge remote branch 'pietern/unixsocket'antirez2010-11-021-1/+2
|\
| * Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-131-19/+31
| |\
| * | Change initialization to allow listening on both a port and socketPieter Noordhuis2010-08-031-1/+2
* | | Revert "Now maxmemory, VM, and everything else uses the fast RSS memory used ...antirez2010-11-021-2/+2
* | | Now maxmemory, VM, and everything else uses the fast RSS memory used estimati...antirez2010-11-021-2/+2
* | | merge conflict resolvedantirez2010-10-281-3/+0
|\ \ \
| * | | Convert objects in the command procs instead of the protocol codePieter Noordhuis2010-10-171-3/+0
| | |/ | |/|
* | | more generally usable i/o functions moved to syncio.cantirez2010-10-251-49/+0
|/ /
* | Merge remote branch 'pietern/networking-perf'antirez2010-09-161-6/+8
|\ \
| * | Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-3/+2
| * | Intialize bufpos in the fake clientPieter Noordhuis2010-09-021-0/+1
| * | Don't build a reply when replaying the AOFPieter Noordhuis2010-08-301-3/+5
* | | fixed typo in the latest commitantirez2010-09-141-1/+1
* | | Advertise the existence of redis-check dump --fix when logging an error about...antirez2010-09-141-1/+1
|/ /
* | translated a few long logn into int64_t for correctness and to avoid compilat...antirez2010-08-261-1/+1
* | Merge branch 'master' into intset-splitPieter Noordhuis2010-08-201-0/+2
|\ \ | |/
| * Fixed a crash loading the AOF file containing MULTI/EXEC, a result of WATCH i...antirez2010-07-051-0/+2
* | fix aof and digest code to work with dual set encodingPieter Noordhuis2010-07-021-12/+22
|/
* Compilation fixed on Linux after the source code splitantirez2010-07-011-0/+4
* Fix the AOF fix of the latest commit ;)antirez2010-07-011-4/+4
* fixed error code checking for *write operations and return value in AOF rewri...antirez2010-07-011-4/+4
* redis.c split into many different C files.antirez2010-07-011-0/+694