| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regex support in --only, --skipfile and --skiptest (#10741) | Valentino Geron | 2022-05-25 | 1 | -3/+3 |
* | By default prevent cross slot operations in functions and scripts with # (#10... | Madelyn Olson | 2022-04-26 | 1 | -0/+11 |
* | introduce dynamic client reply buffer size - save memory on idle clients (#9822) | ranshid | 2022-02-22 | 1 | -0/+1 |
* | Make INFO command variadic (#6891) | Wen Hui | 2022-02-08 | 1 | -0/+1 |
* | ACL V2 - Selectors and key based permissions (#9974) | Madelyn Olson | 2022-01-20 | 1 | -0/+1 |
* | Show the elapsed time of single test and speed up some tests (#10058) | sundb | 2022-01-05 | 1 | -4/+4 |
* | Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788) | chenyang8094 | 2022-01-03 | 1 | -0/+2 |
* | Sharded pubsub implementation (#8621) | Harkrishn Patro | 2022-01-02 | 1 | -0/+1 |
* | Wait for replicas when shutting down (#9872) | Viktor Söderqvist | 2022-01-02 | 1 | -0/+1 |
* | Add FUNCTION FLUSH command to flush all functions (#9936) | Meir Shpilraien (Spielrein) | 2021-12-16 | 1 | -0/+1 |
* | Fix possible int overflow when hashing an sds. (#9916) | yoav-steinberg | 2021-12-13 | 1 | -0/+1 |
* | Increase test timeout in valgrind runs (#9767) | Oran Agra | 2021-11-10 | 1 | -1/+1 |
* | Add support for list type to store elements larger than 4GB (#9357) | perryitay | 2021-11-03 | 1 | -0/+4 |
* | Replication backlog and replicas use one global shared replication buffer (#9... | Wang Yuan | 2021-10-25 | 1 | -0/+1 |
* | Release clients blocked on module commands in cluster resharding and down sta... | qetu3790 | 2021-10-19 | 1 | -0/+1 |
* | Add --skipfile and --skiptest regex support. (#9555) | Yossi Gottlieb | 2021-09-26 | 1 | -2/+2 |
* | Client eviction (#8687) | yoav-steinberg | 2021-09-23 | 1 | -0/+1 |
* | PSYNC2: make partial sync possible after master reboot (#8015) | zhaozhao.zz | 2021-09-13 | 1 | -0/+1 |
* | Replace all usage of ziplist with listpack for t_zset (#9366) | sundb | 2021-09-09 | 1 | -0/+1 |
* | support regex in "--only" in runtest (#9352) | yoav-steinberg | 2021-08-10 | 1 | -1/+1 |
* | Replace all usage of ziplist with listpack for t_hash (#8887) | sundb | 2021-08-10 | 1 | -0/+1 |
* | Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974) | Wang Yuan | 2021-08-04 | 1 | -0/+1 |
* | Add missing pause tcl test to test_helper.tcl (#9158) | Binbin | 2021-06-30 | 1 | -0/+1 |
* | Fix the wrong reisze of querybuf (#9003) | sundb | 2021-06-15 | 1 | -0/+1 |
* | Improve test suite to handle external servers better. (#9033) | Yossi Gottlieb | 2021-06-09 | 1 | -5/+35 |
* | tests: prevent name clash in variables leading to wrong test name (#8995) | Oran Agra | 2021-06-06 | 1 | -5/+5 |
* | Make port, tls-port and bind configurations modifiable (#8510) | YaacovHazan | 2021-03-01 | 1 | -0/+1 |
* | Add --dump-logs tests option. (#8459) | Yossi Gottlieb | 2021-02-07 | 1 | -0/+4 |
* | implement FAILOVER command (#8315) | Allen Farris | 2021-01-28 | 1 | -0/+1 |
* | Fix rare test failures due to repl-ping-replica-period (#8393) | Oran Agra | 2021-01-25 | 1 | -0/+2 |
* | Add errorstats info section, Add failed_calls and rejected_calls to commandst... | filipe oliveira | 2020-12-31 | 1 | -0/+1 |
* | TLS: Add different client cert support. (#8076) | Yossi Gottlieb | 2020-12-11 | 1 | -2/+2 |
* | testsuite: fix fd leak, prevent port clashing when using --baseport | Oran Agra | 2020-12-06 | 1 | -1/+5 |
* | Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposed | Oran Agra | 2020-12-06 | 1 | -0/+1 |
* | Sanitize dump payload: ziplist, listpack, zipmap, intset, stream | Oran Agra | 2020-12-06 | 1 | -0/+1 |
* | Tests: fix filename reported in run_solo tests. | Yossi Gottlieb | 2020-11-04 | 1 | -4/+5 |
* | redis-benchmark: add tests, --version, a minor bug fixes (#7947) | filipe oliveira | 2020-10-26 | 1 | -0/+1 |
* | Add a --no-latency tests flag. (#7939) | Yossi Gottlieb | 2020-10-22 | 1 | -0/+4 |
* | Remove tmp rdb file in background thread (#7762) | Wang Yuan | 2020-09-17 | 1 | -0/+1 |
* | Squash merging 125 typo/grammar/comment/doc PRs (#7773) | Oran Agra | 2020-09-10 | 1 | -3/+4 |
* | test infra - add durable mode to work around test suite crashing | Oran Agra | 2020-09-06 | 1 | -0/+4 |
* | test infra - improve test skipping ability | Oran Agra | 2020-09-06 | 1 | -6/+41 |
* | Add oom-score-adj configuration option to control Linux OOM killer. (#1690) | Yossi Gottlieb | 2020-08-12 | 1 | -0/+1 |
* | runtest --stop pause stops before terminating the redis server (#7513) | Oran Agra | 2020-07-13 | 1 | -2/+2 |
* | Add missing latency-monitor tcl test to test_helper.tcl. (#6782) | WuYunlong | 2020-07-10 | 1 | -0/+1 |
* | TLS: Add missing redis-cli options. (#7456) | Yossi Gottlieb | 2020-07-10 | 1 | -0/+1 |
* | EXEC always fails with EXECABORT and multi-state is cleared | Oran Agra | 2020-06-23 | 1 | -0/+15 |
* | Test: add the tracking unit as default. | antirez | 2020-05-28 | 1 | -0/+1 |
* | tests: each test client work on a distinct port range | Oran Agra | 2020-05-26 | 1 | -9/+21 |
* | Test: --dont-clean should do first cleanup. | antirez | 2020-05-05 | 1 | -5/+2 |