| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handshake timeout replication test race (#11773) | Binbin | 2023-02-01 | 1 | -0/+8 |
* | fix handshake timeout replication test race (#11640) | Oran Agra | 2023-01-04 | 1 | -5/+5 |
* | reprocess command when client is unblocked on keys (#11012) | ranshid | 2023-01-01 | 1 | -1/+2 |
* | Fix race in PSYNC2 partial resync test (#11653) | Binbin | 2022-12-22 | 1 | -0/+7 |
* | Fix races in swapdb async_loading test (#11613) | Binbin | 2022-12-13 | 1 | -4/+17 |
* | solve race in replication test due to ping (#11609) | Oran Agra | 2022-12-12 | 1 | -0/+3 |
* | Fix timing issue in replication test (#11611) | Binbin | 2022-12-12 | 1 | -3/+3 |
* | Avoid ASAN test errors on crash report tests (#11605) | Oran Agra | 2022-12-11 | 1 | -2/+2 |
* | Try to fix a race in psync2 test (#11553) | Oran Agra | 2022-11-30 | 1 | -0/+4 |
* | Fix replication on expired key test timing issue, give it more chances (#11548) | Binbin | 2022-11-28 | 1 | -4/+20 |
* | Fix set with duplicate elements causes sdiff to hang (#11530) | Binbin | 2022-11-22 | 2 | -1/+31 |
* | sanitize dump payload: fix crash with empty set with listpack encoding (#11519) | Binbin | 2022-11-20 | 2 | -1/+11 |
* | Add listpack encoding for list (#11303) | sundb | 2022-11-16 | 1 | -1/+2 |
* | fixes for fork child exit and test: #11463 (#11499) | Oran Agra | 2022-11-12 | 1 | -1/+1 |
* | diskless master, avoid bgsave child hung when fork parent crashes (#11463) | Oran Agra | 2022-11-09 | 1 | -1/+40 |
* | optimizing d2string() and addReplyDouble() with grisu2: double to string conv... | filipe oliveira | 2022-10-15 | 1 | -1/+1 |
* | fix test timeout wait command (#11181) | Meir Shpilraien (Spielrein) | 2022-08-24 | 1 | -1/+1 |
* | Reverts most of the changes of #10969 (#11178) | Meir Shpilraien (Spielrein) | 2022-08-24 | 1 | -0/+31 |
* | Re-enable aof-race integration tests (#10972) | Binbin | 2022-08-04 | 1 | -11/+13 |
* | Fix bgsaveerr issue in psync wrong offset test (#11043) | Binbin | 2022-07-27 | 1 | -4/+0 |
* | Avoid valgrind fishy value warning on corrupt restore payloads (#10937) | Oran Agra | 2022-07-13 | 1 | -0/+11 |
* | fix benchmark failure in daily test with TLS (#10896) | judeng | 2022-06-23 | 1 | -3/+3 |
* | fix redis-benchmark's bug: check if clients are created successfully in idle ... | judeng | 2022-06-22 | 1 | -0/+9 |
* | Fixing test to consider statically linked binaries (#10835) | Christian Krieg | 2022-06-09 | 1 | -3/+6 |
* | Update musl libc detection pattern (#10826) | Petr Vaněk | 2022-06-07 | 1 | -1/+1 |
* | Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ... | Oran Agra | 2022-06-01 | 1 | -0/+45 |
* | FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ... | Binbin | 2022-05-11 | 3 | -5/+85 |
* | Fix bug when AOF enabled after startup. put the new incr file in the manifest... | chenyang8094 | 2022-04-26 | 1 | -3/+165 |
* | Set replicas to panic on disk errors, and optionally panic on replication err... | Madelyn Olson | 2022-04-26 | 1 | -0/+45 |
* | solve corrupt dump fuzzer crash in streams (#10579) | Oran Agra | 2022-04-14 | 1 | -2/+10 |
* | Functions: Move library meta data to be part of the library payload. (#10500) | Meir Shpilraien (Spielrein) | 2022-04-05 | 3 | -7/+13 |
* | Fix redis-cli test issues on tcl8.5. (#10386) | Yossi Gottlieb | 2022-03-06 | 1 | -3/+3 |
* | redis-cli: Better --json Unicode support and --quoted-json (#10286) | Yuta Hongo | 2022-03-05 | 1 | -0/+24 |
* | Add stream consumer group lag tracking and reporting (#9127) | Itamar Haber | 2022-02-23 | 1 | -4/+3 |
* | fix return value of loadAppendOnlyFiles (#10295) | YaacovHazan | 2022-02-22 | 1 | -2/+2 |
* | Adapt redis-check-aof tool for Multi Part Aof (#10061) | chenyang8094 | 2022-02-17 | 2 | -11/+128 |
* | fix "Connect multiple replicas at the same time" test (#10294) | YaacovHazan | 2022-02-14 | 1 | -1/+1 |
* | Regression test for sync psync crash (#10288) | Binbin | 2022-02-13 | 1 | -8/+94 |
* | Add check min-slave-* feature when evaluating Lua scripts and Functions (#10160) | Vo Trong Phuc | 2022-02-03 | 1 | -9/+33 |
* | Solve race in a BGSAVE test (#10190) | Oran Agra | 2022-01-26 | 1 | -5/+7 |
* | solve race in expiration test (#10192) | Oran Agra | 2022-01-26 | 1 | -2/+2 |
* | re-fix EVAL timeout test (#10169) | Oran Agra | 2022-01-24 | 1 | -3/+2 |
* | Fix EVAL timeout test failed on freebsd (#10098) | chenyang8094 | 2022-01-24 | 1 | -11/+11 |
* | Fix AOFRW limit test occasional failures on slower machines (#10164) | chenyang8094 | 2022-01-24 | 1 | -22/+22 |
* | Fix additional AOF filename issues. (#10110) | Yossi Gottlieb | 2022-01-18 | 1 | -5/+5 |
* | Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas... | Oran Agra | 2022-01-17 | 4 | -8/+10 |
* | Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066) | Meir Shpilraien (Spielrein) | 2022-01-14 | 1 | -1/+1 |
* | Always create base AOF file when redis start from empty. (#10102) | chenyang8094 | 2022-01-13 | 1 | -1/+49 |
* | Support whitespace characters in appendfilename, and ban them in appenddirnam... | chenyang8094 | 2022-01-10 | 1 | -3/+26 |
* | Redis Function Libraries (#10004) | Meir Shpilraien (Spielrein) | 2022-01-06 | 2 | -7/+6 |