summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-4/+4
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-291-12/+19
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-3/+26
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-4/+4
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-3/+6
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-2/+8
* Add explicit error log message for AOF_TRUNCATED status when server load AOF...Wen Hui2022-11-221-0/+3
* Add listpack encoding for list (#11303)sundb2022-11-161-31/+29
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-46/+21
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-2/+10
* errno cleanup around rdbLoad (#11042)Binbin2022-08-041-1/+2
* fsync the old aof file when open a new INCR AOF (#11004)Binbin2022-07-251-2/+17
* Set aof rewrite status in some backgroundRewriteDoneHandler errors (#10923)Binbin2022-07-031-0/+6
* Always set server.aof_last_write_errno in aof write error (#10917)Binbin2022-07-031-1/+1
* When dirCreateIfMissing or openNewIncrAofForAppend fail, set aof_lastbgrewrit...Binbin2022-06-231-1/+5
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-201-0/+10
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-1/+4
* loadAppendOnlyFiles and loadSingleAppendOnlyFile ret should be AOF_OK, not C_...Binbin2022-05-291-4/+4
* improve logging around AOF file creation and loading (#10763)chenyang80942022-05-261-9/+25
* Delete renamed new incr when write manifest failed (#10649)chenyang80942022-04-271-5/+10
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-27/+96
* Fixes around AOF failed rewrite rate limiting (#10582)judeng2022-04-191-24/+25
* Fix auto-aof-rewrite-percentage based AOFRW trigger after restart (#10550)chenyang80942022-04-071-2/+12
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-11/+1
* fix typos in aof.c (#10513)judeng2022-04-041-10/+10
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-4/+10
* fix return value of loadAppendOnlyFiles (#10295)YaacovHazan2022-02-221-16/+38
* aof rewrite and rdb save counters in info (#10178)yoav-steinberg2022-02-171-1/+1
* Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-171-24/+31
* Removed double semicolon at the end of line (#10305)Matteo Baccan2022-02-161-1/+1
* Modify AOF preamble related logs, and change the RDB aux field (#10283)chenyang80942022-02-111-7/+16
* Fix typo in function_load local variable (#10209)Tobias Nießen2022-01-301-2/+2
* Delete the residual code related to aof rewrite buf (#10176)chenyang80942022-01-251-3/+1
* Added AOF rewrite support for functions. (#10141)Meir Shpilraien (Spielrein)2022-01-191-0/+31
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-12/+12
* Use am instead of using server.aof_manifest directly to call getBaseAndIncrAp...chenyang80942022-01-171-1/+1
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-4/+19
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-10/+25
* Fix typos in aof.c / redis.conf (#10057)Binbin2022-01-051-1/+1
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-041-1/+4
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-504/+988
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-1/+5
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-0/+2
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-1/+0
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+3
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-1/+3
* fix fob bad log messages in rdbSave (#9842) (#9843)Pavel Melkozerov2021-11-241-1/+2
* set aof rewrite status err, when fork fail (#5606)harleyliao2021-11-161-0/+1
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-1/+5
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-1/+1