summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add checks for overflow in redis-check-aof and loadAppendOnlyFile (#9669)yiyuaner2021-11-021-0/+1
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-1/+38
* Treat subcommands as commands (#9504)guybe72021-10-201-1/+1
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-061-6/+3
* Fix mem leak in loading AOF, introduced by #9528 (#9582)Oran Agra2021-10-041-4/+2
* Fix obtain the AOF file length error when load AOF (#9510)chenyang80942021-09-261-1/+1
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-151-1/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-4/+4
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-2/+2
* Cleanup: createAOFClient uses createClient to avoid overlooked mismatches (#...Qu Chen2021-08-091-49/+10
* Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)Wang Yuan2021-08-041-0/+8
* Do not install a file event to send data to rewrite child when parent stop se...Huang Zhw2021-07-111-1/+3
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-3/+3
* cleanup around loadAppendOnlyFile (#9012)YaacovHazan2021-06-141-19/+32
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-3/+3
* Mem efficiency, make full use of client struct memory for reply buffers (#8968)Wang Yuan2021-06-081-0/+1
* Fix typo in comment of flushAppendOnlyFile (#9051)ZhaolongLi2021-06-071-1/+1
* Make full use of aofrwblock's buf (#8975)Wang Yuan2021-05-301-2/+24
* Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...ny03122021-05-301-75/+4
* AOF: remove memmove in aofChildWriteDiffData and record the latency (#5362)zhaozhao.zz2021-05-171-12/+15
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-011-3/+15
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-241-1/+1
* Fix typo and outdated comments. (#8640)Huang Zhw2021-03-141-1/+1
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-11/+9
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-091-2/+1