summaryrefslogtreecommitdiff
path: root/tests/integration/aof-multi-part.tcl
Commit message (Expand)AuthorAgeFilesLines
* Attempt to solve MacOS CI issues in GH Actions (#12013)Oran Agra2023-04-121-2/+2
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-3/+165
* fix return value of loadAppendOnlyFiles (#10295)YaacovHazan2022-02-221-2/+2
* Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-171-4/+4
* Fix AOFRW limit test occasional failures on slower machines (#10164)chenyang80942022-01-241-22/+22
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-5/+5
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-1/+49
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-3/+26
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-0/+1099