summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow SENTINEL CONFIG SET and SENTINEL CONFIG GET to handle multiple paramete...HEADunstableWen Hui2023-05-171-0/+58
* Fix for set max entries edge case in setTypeCreate / setTypeMaybeConvert (#12...Binbin2023-05-161-2/+49
* Adding missing test case for smembers scard commands (#12148)Wen Hui2023-05-161-2/+6
* increase tollerance of new event loop test, fails on freebsd CI (#12169)Oran Agra2023-05-141-1/+1
* Fix bug: LPOS RANK LONG_ MIN causes overflow (#12167)JJ Lu2023-05-141-0/+1
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-121-0/+63
* fix `GEORADIUS[BYMEMBER]` `STORE` & `STOREDIST` args spec (#12151)Leibale Eidelman2023-05-091-8/+8
* EXPIRE precision test more attempts and more tolerant (#12150)Binbin2023-05-091-6/+8
* Remove several instances of duplicate "the" in comments (#12144)cui fliter2023-05-081-1/+1
* adding missing test cases GET and GETEX (#12125)Wen Hui2023-05-071-0/+8
* Delete empty key if fails after moduleCreateEmptyKey() in module (#12129)sundb2023-05-073-6/+104
* Free backlog only if rsi is invalid when master reboot (#12088)zhaozhao.zz2023-05-061-4/+37
* Pause cron to prevent premature shrinking in querybuf test (#12126)Binbin2023-05-041-2/+8
* multi.tcl: reset readraw at the end of the test (#12123)guybe72023-05-041-3/+3
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-1/+1
* Updating missing test cases for Hash commands (#12116)Wen Hui2023-05-011-2/+9
* Add missing reply schema and coverage tests (#12079)Binbin2023-04-272-0/+76
* minor optimization for slowlog get (#12103)judeng2023-04-251-3/+6
* add test cases for decr decrby on missing key (#12070)Wen Hui2023-04-191-0/+11
* Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-1810-19/+52
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-181-1/+1
* Added getrange missing testcase (#12061)Wen Hui2023-04-181-0/+5
* avoid incorrect shrinking of querybuf when client is reading a big argv (#12000)judeng2023-04-161-0/+24
* Adding missing test cases for substring (#12039)Wen Hui2023-04-131-0/+3
* Adding missing test cases for linsert command (#12040)Wen Hui2023-04-131-0/+9
* Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-122-0/+21
* Attempt to solve MacOS CI issues in GH Actions (#12013)Oran Agra2023-04-1221-107/+141
* Add ZREMRANGEBYLEX basics tests to fix reply-schemas daily (#12021)Binbin2023-04-111-0/+40
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-093-1/+364
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-021-0/+14
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-302-0/+132
* Overhauls command summaries and man pages. (#11942)Itamar Haber2023-03-291-1/+1
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-291-0/+42
* Fix redis-cli cluster test timing issue (#11887)Binbin2023-03-261-1/+1
* Add COMMAND COUNT test to cover reply-schemas-validator test (#11971)Binbin2023-03-261-0/+4
* Add needs:reset for the test (#11959)Ozan Tezcan2023-03-231-2/+2
* fix CLIENT SETINFO to use error replies instead of status replies (#11952)Oran Agra2023-03-221-3/+3
* Replcae sentinel commands sanity check with infrastructure work test (#11950)Binbin2023-03-221-3/+15
* Allow clients to report name and version (#11758)Igor Malinovskiy2023-03-221-0/+25
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-216-0/+166
* Fix race in temp rdb delete shutdown test (#11840)Binbin2023-03-211-3/+8
* Avoid assertion when MSETNX is used with the same key twice (CVE-2023-28425) ...Oran Agra2023-03-201-0/+9
* Fix new subscribe mode test in reply-schemas-validator (#11939)Binbin2023-03-202-0/+7
* Don't run command filter on blocked command reprocessing (#11895)Shaya Potter2023-03-202-1/+55
* redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-191-2/+80
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-163-30/+689
* Fix usleep compilation warning in auth.c (#11925)Binbin2023-03-161-0/+4
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-162-8/+8
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-155-1/+627
* Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-151-0/+70