summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* stopAppendOnly resets aof_rewrite_scheduledOran Agra2020-02-061-0/+1
* Simplify #6379 changes.antirez2020-01-131-4/+1
* Merge pull request #6739 from trevor211/fixMemoryLeakSalvatore Sanfilippo2020-01-131-1/+4
|\
| * Fix potential memory leak of rioWriteBulkStreamID().WuYunlong2020-01-061-1/+4
* | Jump to right label on AOF parsing error.antirez2020-01-131-4/+6
* | Free fakeclient argv on AOF error.antirez2020-01-101-3/+11
|/
* Merge pull request #6134 from zhouyuan/fix_aofSalvatore Sanfilippo2019-11-191-1/+1
|\
| * aof: fix assignment for aof_fsync_offsetYuan Zhou2019-05-291-1/+1
* | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-4/+10
* | Modules: allow to check for AOF loading client.antirez2019-10-171-2/+3
* | Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-27/+11
|\ \
| * | Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-5/+5
| * | Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-4/+6
| |\ \
| | * | BGREWRITEAOF: improve the generic error message.antirez2019-09-261-1/+2
| * | | Module API for ForkingOran Agra2019-07-171-26/+9
* | | | TLS: Implement support for write barrier.Oran Agra2019-10-071-0/+4
* | | | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-0/+2
* | | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-1/+1
| |/ / |/| |
* | | AOF: be future-proof and close the file pointer.antirez2019-09-041-0/+3
* | | Vertically compact code in aofWrite().antirez2019-07-121-3/+1
|/ /
* | diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-1/+1
|/
* aof: enhance AOF_FSYNC_EVERYSEC, more details in #5985zhaozhao.zz2019-04-291-3/+31
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-1/+1
* remove temp-rewriteaof-xxx.aof when interrupt aofrewritechendianqiang2019-03-121-0/+3
* Refactoring: always kill AOF/RDB child via helper functions.antirez2019-01-211-1/+1
* Merge branch 'unstable' into fixChildInfoPipeFdLeakSalvatore Sanfilippo2019-01-211-0/+3
|\
| * Remove non semantical newline space from PR #5797.antirez2019-01-211-1/+0
| * Merge pull request #5797 from trevor211/fixUpdateDictResizePolicySalvatore Sanfilippo2019-01-211-0/+2
| |\
| | * Update dict resize policy when aof rewrite process gets killed.WuYunlong2019-01-211-0/+2
| * | RESP3: Populate new fields for the AOF fake client.antirez2019-01-141-0/+2
| |/
* | Fix child info pipe fd leak when child process gets killed.WuYunlong2019-01-211-0/+1
|/
* Streams: rewrite empty streams with certain lastidzhaozhao.zz2018-10-161-1/+1
* Streams: rewrite empty streams with XADD MAXLEN 0. Use XSETID.antirez2018-10-161-12/+18
* Merge pull request #5426 from soloestoy/feature-xstreamSalvatore Sanfilippo2018-10-161-16/+32
|\
| * Stream & AOF: rewrite stream in correct wayzhaozhao.zz2018-10-091-16/+32
* | aof.c: improve indentation and change warning message.antirez2018-10-091-4/+11
* | AOF: discard if we lost EXEC when loading aofzhaozhao.zz2018-08-031-2/+13
|/
* 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