| .. |
|
aof-race.tcl
|
TLS: Connections refactoring and TLS support.
|
2019-10-07 21:06:13 +03:00 |
|
aof.tcl
|
Fix not waiting for data loading to complete in AOF tests (#9683)
|
2021-10-26 14:08:09 +03:00 |
|
block-repl.tcl
|
Improve test suite to handle external servers better. (#9033)
|
2021-06-09 15:13:24 +03:00 |
|
convert-ziplist-hash-on-load.tcl
|
Replace all usage of ziplist with listpack for t_hash (#8887)
|
2021-08-10 09:18:49 +03:00 |
|
convert-ziplist-zset-on-load.tcl
|
Replace all usage of ziplist with listpack for t_zset (#9366)
|
2021-09-09 18:18:53 +03:00 |
|
convert-zipmap-hash-on-load.tcl
|
Replace all usage of ziplist with listpack for t_hash (#8887)
|
2021-08-10 09:18:49 +03:00 |
|
corrupt-dump-fuzzer.tcl
|
Fix false positive leak reported by GCC ASAN (#9816)
|
2021-11-21 18:47:10 +02:00 |
|
corrupt-dump.tcl
|
Santize dump payload: fix invalid listpack entry start with EOF (#9889)
|
2021-12-04 16:43:08 +02:00 |
|
dismiss-mem.tcl
|
Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)
|
2021-08-04 23:01:46 +03:00 |
|
failover.tcl
|
Improve test suite to handle external servers better. (#9033)
|
2021-06-09 15:13:24 +03:00 |
|
logging.tcl
|
Add sanitizer support and clean up sanitizer findings (#9601)
|
2021-11-11 13:51:33 +02:00 |
|
psync2-master-restart.tcl
|
Replication backlog and replicas use one global shared replication buffer (#9166)
|
2021-10-25 09:24:31 +03:00 |
|
psync2-pingoff.tcl
|
Fix race condition in psync2-pingoff test (#9712)
|
2021-11-01 16:07:08 +02:00 |
|
psync2-reg.tcl
|
Improve test suite to handle external servers better. (#9033)
|
2021-06-09 15:13:24 +03:00 |
|
psync2.tcl
|
Make sure execute SLAVEOF command in the right order in psync2 test. (#9316)
|
2021-08-05 11:26:09 +03:00 |
|
rdb.tcl
|
Add support for list type to store elements larger than 4GB (#9357)
|
2021-11-03 20:47:18 +02:00 |
|
redis-benchmark.tcl
|
Added URI support to redis-benchmark (cli and benchmark share the same uri-parsing methods) (#9314)
|
2021-09-14 19:45:06 +03:00 |
|
redis-cli.tcl
|
redis-cli ASK redirect test: Add retry loop to fix timing issue (#9315)
|
2021-08-05 08:20:30 +03:00 |
|
replication-2.tcl
|
Improve test suite to handle external servers better. (#9033)
|
2021-06-09 15:13:24 +03:00 |
|
replication-3.tcl
|
Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)
|
2021-11-28 11:26:28 +02:00 |
|
replication-4.tcl
|
Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)
|
2021-11-28 11:26:28 +02:00 |
|
replication-buffer.tcl
|
Fix timing issue in replication buffer test (#9697)
|
2021-10-29 08:04:12 +03:00 |
|
replication-psync.tcl
|
Improve test suite to handle external servers better. (#9033)
|
2021-06-09 15:13:24 +03:00 |
|
replication.tcl
|
Redis Functions - Added redis function unit and Lua engine
|
2021-12-02 19:35:52 +02:00 |