summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add RedisModule_KeyExists (#9600)Viktor Söderqvist2021-10-182-0/+16
* Skip Active-defrag edge case test until we fix it. (#9645)yoav-steinberg2021-10-181-0/+4
* Attempt to fix a valgrind test failure due to timing (#9643)Oran Agra2021-10-181-1/+1
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-1/+2
* Fix daily failures due to macos-latest change. (#9637)Yossi Gottlieb2021-10-171-2/+3
* Improved the reliability of cluster replica sync tests (#9628)Madelyn Olson2021-10-132-23/+40
* Move config `cluster-config-file` to generic configs (#9597)Bjorn Svensson2021-10-071-0/+1
* obuf based eviction tests run until eviction occurs (#9611)yoav-steinberg2021-10-071-34/+33
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-071-0/+95
* Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)GutovskyMaria2021-10-061-0/+103
* Test fails when flushdb triggers a bgsave (#9535)yoav-steinberg2021-10-061-1/+1
* Attempt to fix rare pubsub oubuf maxmemory eviction test failure (#9603)yoav-steinberg2021-10-051-2/+4
* argv mem leak during multi command execution. (#9598)yoav-steinberg2021-10-051-0/+17
* Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591)Meir Shpilraien (Spielrein)2021-10-041-0/+30
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672) (#9590)Oran Agra2021-10-041-1/+16
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-0/+156
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-041-0/+16
* improve the stability and correctness of "Test child sending info" (#9562)YaacovHazan2021-10-041-5/+16
* decrby LLONG_MIN caused nagation overflow. (#9577)yoav-steinberg2021-10-031-0/+6
* Remove argument count limit, dynamically grow argv. (#9528)yoav-steinberg2021-10-031-1/+9
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-302-11/+19
* verbose debug print in test to debug rare CI failure. (#9563)yoav-steinberg2021-09-291-1/+5
* Fix stream sanitization for non-int first value (#9553)Oran Agra2021-09-261-1/+1
* Client eviction ci issues (#9549)yoav-steinberg2021-09-264-17/+20
* Add --skipfile and --skiptest regex support. (#9555)Yossi Gottlieb2021-09-262-4/+4
* Fix test randstring, compare string and int is wrong. (#9544)Huang Zhw2021-09-241-2/+3
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-231-0/+1
* Client eviction (#8687)yoav-steinberg2021-09-234-6/+652
* Adding ACL support for modules (#9309)YaacovHazan2021-09-233-0/+243
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-233-92/+592
* tune lazyfree test timeout (#9527)Oran Agra2021-09-221-3/+3
* fix replication test failure, probing the wrong log file (#9513)Oran Agra2021-09-191-1/+1
* Adds limit to SINTERCARD/ZINTERCARD. (#9425)Binbin2021-09-162-3/+54
* Sentinel: Fix failed daily tests, due to race condition (#9501)Wen Hui2021-09-152-5/+15
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-153-0/+132
* Added URI support to redis-benchmark (cli and benchmark share the same uri-pa...filipe oliveira2021-09-142-56/+64
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-143-0/+303
* Fix memory leak due to missing freeCallback in blockonbackground moduleapi te...sundb2021-09-141-1/+6
* Fixed leaked client for "start_server" when running in --loop (#9497)yoav-steinberg2021-09-132-1/+8
* PSYNC2: make partial sync possible after master reboot (#8015)zhaozhao.zz2021-09-133-0/+184
* bitpos/bitcount add bit index (#9324)Huang Zhw2021-09-122-21/+183
* Fix RedisModule_Call tests on 32bit (#9481)Meir Shpilraien (Spielrein)2021-09-091-1/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-099-24/+51
* Remove redundant validation and prevent duplicate users during ACL load (#9330)Madelyn Olson2021-09-091-0/+50
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-092-59/+385
* Delay to discard cached master when full synchronization (#9398)Wang Yuan2021-09-091-0/+68
* Fix callReplyParseCollection memleak when use AutoMemory (#9446)chenyang80942021-09-091-0/+40
* Fix wrong offset when replica pause (#9448)zhaozhao.zz2021-09-081-0/+51
* Optimize quicklistIndex to seek from the nearest end (#9454)Viktor Söderqvist2021-09-061-2/+2
* Speed up sentinel tests (#9408)Wen Hui2021-09-057-6/+35