summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.2.76.2.7Oran Agra2022-04-272-2/+59
* Fix test modules build issue on OS X 11. (#9658)Yossi Gottlieb2022-04-271-0/+7
* Skip cluster test unit in TLS mode.Oran Agra2022-04-271-3/+21
* Whitelist Lua print function to avoid breaking change in old releasesOran Agra2022-04-272-3/+3
* Optimization: Use either monotonic or wall-clock to measure command execution...filipe oliveira2022-04-273-20/+57
* Bring some CI adjustments from 7.0 into 6.2Oran Agra2022-04-275-8/+12
* Clean unused var compiler warning in module test. (#9289)Yossi Gottlieb2022-04-271-1/+1
* Fix memory leak due to missing freeCallback in blockonbackground moduleapi te...sundb2022-04-271-1/+6
* Fix overflow check in expireGenericCommandOzan Tezcan2022-04-271-6/+14
* test suite improvements pulled back from 7.0 for cherry picked commitsOran Agra2022-04-273-6/+46
* crash log, print killer pid only when si_code is SI_USER (#10454)Oran Agra2022-04-271-1/+1
* Fix an off by one error in zzlStrtod (#10465)yiyuaner2022-04-271-2/+2
* Fix memory leak in RM_StreamIteratorStop and moduleFreeKeyIterator (#10353)Vitah Lin2022-04-271-1/+5
* Optimization: Avoid deferred array reply on ZRANGE commands BYRANK (#10337)filipe oliveira2022-04-272-12/+32
* Optimize deferred replies to use shared objects instead of sprintf (#10334)filipe oliveira2022-04-273-3/+35
* Fix geo search bounding box check causing missing results (#10018)qetu37902022-04-272-10/+35
* Fix OpenSSL 3.0.x related issues. (#10291)Yossi Gottlieb2022-04-272-7/+42
* Fix and improve module error reply statistics (#10278)Oran Agra2022-04-274-3/+84
* Attempt to fix a rare crash in cluster tests. (#10265)Oran Agra2022-04-271-3/+6
* Fix protocol error caused by redis-benchmark (#10236)ivanstosic-janea2022-04-271-0/+3
* Fix PSYNC crash with wrong offset (#10243)Binbin2022-04-271-9/+10
* Improve srand entropy (and fix Sentinel failures) (#10197)Moti Cohen2022-04-271-2/+5
* Fixed Sentinel support for hostnames (#10146)Moti Cohen2022-04-271-11/+43
* zmalloc_get_rss netbsd impl fix proposal. (#10116)David CARLIER2022-04-271-2/+2
* LPOP/RPOP with count against non existing list return null array (#10095)Binbin2022-04-272-8/+38
* lpGetInteger returns int64_t, avoid overflow (#10068)guybe72022-04-272-7/+16
* Fix C11_ATOMIC detection on GNU Make 4.3 (#10033)王辉2022-04-271-2/+4
* Fix when the master connection is disconnected, replication retry read indefi...sundb2022-04-271-1/+3
* Redact ACL SETUSER arguments if the user has spaces (#9935)Madelyn Olson2022-04-272-8/+10
* Santize dump payload: fix invalid listpack entry start with EOF (#9889)sundb2022-04-271-0/+4
* fixed mem leak on rdb load error (#9860)OfirMos2022-04-271-1/+4
* Clean Lua stack before parsing call reply to avoid crash on a call with many ...Meir Shpilraien (Spielrein)2022-04-272-0/+30
* Add tests to cover EXPIRE overflow fix (#9839)Binbin2022-04-271-5/+16
* fix invalid read on corrupt ziplist (#9831)Oran Agra2022-04-272-0/+13
* Sentinel tls memory leak (#9753)Wen Hui2022-04-271-1/+4
* Fixes LPOP/RPOP wrong replies when count is 0 (#9692)Itamar Haber2022-04-272-7/+18
* Fix memory leak when there's a read error of module aux data from rdb. (#9705)Rafi Einstein2022-04-271-5/+6
* fix new cluster tests issues (#9657)Oran Agra2022-04-274-10/+23
* Release clients blocked on module commands in cluster resharding and down sta...qetu37902022-04-276-6/+367
* add missed error counting (#9646)DarrenJiang132022-04-272-8/+6
* hiredis: improve calloc() overflow fix. (#9630)Yossi Gottlieb2022-04-273-1/+9
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2022-04-276-11/+181
* Add missing pause tcl test to test_helper.tcl (#9158)Binbin2022-04-272-55/+24
* Protect any table which is reachable from globals and added globals allow list.meir2022-04-274-21/+262
* Protect globals of evals scripts.meir2022-04-272-40/+75
* Move user eval function to be located on Lua registry.meir2022-04-271-22/+7
* Added support for Lua readonly tables.meir2022-04-276-2/+21
* add check good slaves to write when execute script (#10249)Vo Trong Phuc2022-04-112-9/+29
* Redis 6.2.66.2.6Oran Agra2021-10-042-2/+56
* corrupt-dump-fuzzer test, avoid creating junk keys (#9302)Oran Agra2021-10-042-1/+9