summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-0/+8
* Fix sentinel test SDOWN is triggered by non-responding instance (#10484)Moti Cohen2022-03-281-3/+6
* Fix new / failing cluster slot migration test (#10482)Oran Agra2022-03-271-8/+0
* Fix Sentinel reconnect test following ACL change (#10480)Moti Cohen2022-03-271-9/+11
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-2/+2
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-226-5/+70
* BITSET and BITFIELD SET should propagate even if just length changed (#10459)guybe72022-03-211-0/+6
* Increase function tests timeout (#10458)Meir Shpilraien (Spielrein)2022-03-211-9/+9
* Fix timing issue in shards test and fix displayed TLS port (#10450)Madelyn Olson2022-03-201-3/+3
* unblockClient: avoid to reset client when the client was shutdown-blocked (#1...郭伟光2022-03-201-0/+36
* Restore ::singledb after cluster test (#10441)sundb2022-03-182-1/+7
* Fixed incorrect parsing of hostname information from nodes.conf (#10435)Madelyn Olson2022-03-161-0/+3
* Fix redis-cli CLUSTER SETSLOT race conditions (#10381)Viktor Söderqvist2022-03-162-22/+92
* Fix module redact test for valgrind (#10432)Binbin2022-03-161-4/+4
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-153-15/+200
* Add module API for redacting command arguments (#10425)Madelyn Olson2022-03-152-0/+30
* make sort/ro commands validate external keys access patterns (#10106) (#10340)ranshid2022-03-151-1/+32
* Sentinel: fix reconnect test timing issue (#10424)Binbin2022-03-141-6/+8
* Sentinel: fix no reconnect after auth-pass is changed (#10400)Moti Cohen2022-03-132-8/+164
* ACL DRYRUN does not validate the verified command args. (#10405)ranshid2022-03-101-3/+16
* set "disable-thp" config immutable (#10409)zhugezy2022-03-101-0/+1
* Fix typo "the the" (#10399)蔡相跃2022-03-091-5/+5
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-083-3/+149
* script should not allow may-replicate commands when client pause write (#10364)zhaozhao.zz2022-03-081-0/+8
* Modules: Add REDISMODULE_EVENT_CONFIG (#10311)Shaya Potter2022-03-072-1/+20
* Fix timing issue in rehash test (#10388)Binbin2022-03-071-1/+2
* Fix redis-cli test issues on tcl8.5. (#10386)Yossi Gottlieb2022-03-061-3/+3
* redis-cli: Better --json Unicode support and --quoted-json (#10286)Yuta Hongo2022-03-051-0/+24
* Introduce debug command to disable reply buffer resizing (#10360)ranshid2022-03-012-17/+25
* Fix acl dryrun to return the tested common permission error. (#10359)Harkrishn Patro2022-02-281-0/+6
* deflake client-eviction test "evict clients only until below limit" (#10354)ranshid2022-02-281-2/+6
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-272-13/+101
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-233-22/+271
* Fix timing issue in EXEC fail on lazy expired WATCHed key test (#10332)Binbin2022-02-231-9/+13
* Delete key doesn't dirty client who watched stale key (#10256)Viktor Söderqvist2022-02-221-0/+85
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-224-6/+63
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-225-4/+122
* fix return value of loadAppendOnlyFiles (#10295)YaacovHazan2022-02-221-2/+2
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-213-1/+38
* Fix script active defrag test (#10318)yoav-steinberg2022-02-211-2/+2
* Fix geo search bounding box check causing missing results (#10018)qetu37902022-02-211-0/+25
* Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-172-11/+128
* fix "Connect multiple replicas at the same time" test (#10294)YaacovHazan2022-02-141-1/+1
* Fix and improve module error reply statistics (#10278)Oran Agra2022-02-131-0/+20
* Regression test for sync psync crash (#10288)Binbin2022-02-133-14/+100
* Fix Eval scripts defrag (broken 7.0 in RC1) (#10271)yoav-steinberg2022-02-111-0/+82
* Fix duplicate module options define (#10284)sundb2022-02-111-0/+6
* Check target node is a primary during cluster setslot. (#10277)Harkrishn Patro2022-02-101-1/+29
* Add AUTH arity test (#10266)Wen Hui2022-02-091-0/+5
* Fix INFO SENTINEL memory leak (#10268)Binbin2022-02-091-1/+0