summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix AOF comment to report the current behavior.antirez2018-08-031-1/+3
* slave buffers were wasteful and incorrectly counted causing evictionOran Agra2018-07-161-1/+1
* Fix typoJack Drogon2018-07-031-3/+3
* AOF: remove no longer used variable "now".antirez2018-06-191-1/+0
* Remove AOF optimization to skip expired keys.antirez2018-06-191-3/+0
* Merge pull request #4758 from soloestoy/rdb-save-incremental-fsyncSalvatore Sanfilippo2018-06-161-5/+5
|\
| * rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-5/+5
* | Don't expire keys while loading RDB from AOF preamble.antirez2018-05-291-1/+1
* | CG: AOF rewriting implemented.antirez2018-03-231-4/+85
|/
* Merge pull request #3828 from oranagra/sdsnewlen_prSalvatore Sanfilippo2018-02-271-1/+1
|\
| * add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets.oranagra2017-02-231-1/+1
* | Make it explicit with a comment why we kill the old AOF rewrite.antirez2018-02-131-0/+3
* | rewriteAppendOnlyFileBackground() failure fixGuy Benoish2018-02-131-21/+31
* | aof: format code and commentzhaozhao.zz2018-01-151-5/+5
* | fixbug for #4538 Error opening /setting AOF rewrite IPC pipes: No such file o...heqin2017-12-151-4/+6
* | safe_write -> aofWrite. Function commented.antirez2017-12-141-2/+9
* | Merge pull request #4498 from soloestoy/aof-safe-writeSalvatore Sanfilippo2017-12-141-2/+23
|\ \
| * | aof: cast sdslen to ssize_tzhaozhao.zz2017-11-301-1/+1
| * | aof: fix the short writezhaozhao.zz2017-11-301-1/+22
* | | Streams: state machine for reverse iteration WIP 1.antirez2017-12-011-1/+1
* | | Streams: AOF rewriting + minor iterator improvements.antirez2017-12-011-0/+33
|/ /
* | Aesthetic changes to #4068 PR to conform to Redis coding standard.antirez2017-06-221-7/+6
* | Optimize set command with ex/px when updating aof.xuzhou2017-06-221-3/+3
* | Fix set with ex/px option when propagated to aofxuzhou2017-06-161-0/+17
* | update block->free after some diff data are written to the child process张文康2017-04-181-0/+1
|/
* fix #2883, #2857 pipe fds leak when fork() failed on bg aof rwJohn.Koepi2017-02-201-0/+1
* PSYNC2: different improvements to Redis replication.antirez2016-11-091-2/+2
* Module: Ability to get context from IO context.antirez2016-10-061-0/+4
* Child -> Parent pipe for COW info transferring.antirez2016-09-191-0/+5
* zmalloc: zmalloc_get_smap_bytes_by_field() modified to work for any PID.antirez2016-09-191-1/+1
* RDB AOF preamble: WIP 4 (Mixed RDB/AOF loading).antirez2016-08-111-6/+32
* RDB AOF preamble: WIP 2.antirez2016-08-091-25/+21
* RDB AOF preamble: WIP 1.antirez2016-08-091-30/+49
* Avoid simultaneous RDB and AOF child process.antirez2016-07-211-2/+5
* Modules: support for modules native data types.antirez2016-06-031-0/+16
* various cleanups and minor fixesOran Agra2016-04-251-1/+4
* Include full paths on RDB/AOF files errors.antirez2016-02-151-2/+15
* Lua debugger: foundations implemented.antirez2015-11-171-2/+3
* AOF: rewriting child killed by SIGUSR1 is not an error.antirez2015-11-131-2/+4
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-011-8/+4
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-011-4/+4
* RDMF: more names updated.antirez2015-07-271-3/+3
* RDMF: More consistent define names.antirez2015-07-271-90/+90
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-30/+30
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-7/+7
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-17/+17
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-6/+6
* RDMF: redisLog -> serverLog.antirez2015-07-261-43/+43
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* bugfix: errno might change before loggingYongyue Sun2015-07-171-1/+1