summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...Lu JJ2022-04-051-0/+25
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-051-1/+1
* Stabilize Sentinel tests - refine failover-timeout & tilt-period (#10518)Moti Cohen2022-04-052-4/+5
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-059-153/+241
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-051-1/+0
* Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-041-0/+13
* Fix sentinel ACL test. Timing issue. (#10510)Moti Cohen2022-04-031-4/+11
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-022-3/+12
* Fix failing moduleconfigs tests and memory leak (#10501)sundb2022-03-312-2/+8
* Prevent replica failover during manual takeover test (#10499)Madelyn Olson2022-03-311-6/+18
* Fix cluster slot migration test (#10495)Binbin2022-03-301-0/+26
* Move restart_killed_instances and verify_sentinel_auto_discovery to utils (#1...Binbin2022-03-303-23/+25
* Module Configurations (#10285)Nick Chun2022-03-304-1/+412
* 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