summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* multi.tcl: reset readraw at the end of the test (#12123)guybe72023-05-041-3/+3
* Updating missing test cases for Hash commands (#12116)Wen Hui2023-05-011-2/+9
* 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-184-16/+35
* 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-121-0/+11
* Attempt to solve MacOS CI issues in GH Actions (#12013)Oran Agra2023-04-127-23/+23
* 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-091-0/+200
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-021-0/+14
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-291-0/+42
* 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
* Allow clients to report name and version (#11758)Igor Malinovskiy2023-03-221-0/+25
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-213-0/+47
* 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
* Don't run command filter on blocked command reprocessing (#11895)Shaya Potter2023-03-201-0/+25
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-162-30/+414
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-162-8/+8
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-152-0/+430
* Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-151-0/+70
* Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-151-7/+67
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-0/+231
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-124-3/+191
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-1121-43/+239
* Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) (#11...Binbin2023-03-091-1/+19
* Fix test and improve assert_replication_stream print the whole stream (#11793)Binbin2023-03-081-0/+3
* Fix an issue when module decides to unblock a client which is blocked on keys...ranshid2023-03-081-0/+17
* Solve race in CLIENT NO-TOUCH lru test (#11883)Binbin2023-03-071-1/+1
* Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878)sundb2023-03-072-0/+4
* Increase the threshold of the AOF loading defrag test (#11871)Binbin2023-03-041-2/+4
* Try to trim strings only when applicable (#11817)uriyage2023-02-282-1/+35
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...Oran Agra2023-02-283-0/+9
* String pattern matching had exponential time complexity on pathological patte...Oran Agra2023-02-281-0/+6
* Fix possible memory corruption in FLUSHALL when a client watches more than on...ranshid2023-02-281-0/+8
* Try to solve valgrind CI test error with client-eviction test (#11822)Oran Agra2023-02-231-0/+1
* Add CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of ...Chen Tianjie2023-02-231-0/+25
* Speed up test: client evicted due to client tracking prefixes (#11823)Binbin2023-02-211-51/+54
* Prevent Redis from crashing from key tracking invalidations (#11814)Madelyn Olson2023-02-211-0/+38
* add test case and comments for active expiry in the writeable replica (#11789)judeng2023-02-201-0/+17
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-164-11/+89
* Remove wrong code in list pot timeout test (#11805)Binbin2023-02-151-1/+0
* Minor changes around the blockonkeys test module (#11803)guybe72023-02-142-125/+28
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-141-0/+42