summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-091-2/+1
* AOF: recover from last write error after turn on appendonly again (#8030)zhaozhao.zz2021-01-291-2/+17
* Redis exit for fsync error when the AOF fsync policy is 'always' (#8347)Wang Yuan2021-01-281-9/+23
* GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-271-26/+23
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-3/+41
* Refactory fork child related infra, Unify child pidYaacovHazan2021-01-071-19/+13
* Cleanup key tracking documentation and table management (#8039)Madelyn Olson2020-12-231-2/+2
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-1/+1
* add missing raxStop calls in aof stream rewrite (#8162)Wen Hui2020-12-131-0/+3
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-1/+12
* Initialize original client argv for aof (#8042)Madelyn Olson2020-11-111-0/+3
* Disable rehash when redis has child process (#8007)Wang Yuan2020-11-031-0/+1
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-281-0/+1
* refactor aof rewrite code to avoid memory leaks in error handling (#7976)Wen Hui2020-10-281-29/+68
* fix double fclose in aofrewrite (#7919)Wen Hui2020-10-191-5/+6
* Remove temporary aof and rdb files in a background thread (#7905)Wang Yuan2020-10-131-2/+2
* memory reporting of clients argv (#7874)Oran Agra2020-10-051-0/+2
* Stream: Inconsistency between master and replica some XREADGROUP case (#7526)valentinogeron2020-09-241-2/+25
* refactor rewriteStreamObject code for adding missing streamIteratorStop call ...Wen Hui2020-09-221-18/+36
* RM_GetContextFlags provides indication that we're in a fork child (#7783)Oran Agra2020-09-201-2/+2
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* Run active defrag while blocked / loading (#7726)Oran Agra2020-09-031-2/+1
* Update memory metrics for INFO during loading (#7690)Oran Agra2020-08-271-0/+1
* Add missing calls to raxStop (#7532)Wen Hui2020-07-211-6/+13
* AOF: append origin SET if no expire optionzhaozhao.zz2020-06-031-8/+13
* Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+1
* Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-311-1/+1
* AOFRW on an empty stream created with MKSTREAM loads badklyOran Agra2020-03-251-1/+2
* Merge pull request #6785 from patpatbear/issue_#6696_fix_aof_child_whitelist_...Salvatore Sanfilippo2020-02-271-4/+5
|\
| * fix impl of aof-child whitelist SIGUSR1 feature.srzhao2020-01-171-4/+5
* | 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
|/ /