summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.2.86.2.8Oran Agra2022-12-122-2/+41
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-12-122-8/+34
* Use 'gcc' instead of 'ld' to link test modules. (#9710)Yossi Gottlieb2022-12-121-5/+3
* Fix daily failures due to macos-latest change. (#9637)Yossi Gottlieb2022-12-122-3/+4
* Some fixes to undefined behaviour bugs taken from (#9601)Ozan Tezcan2022-12-128-15/+26
* Initialize manual failover replica target (#9814)Madelyn Olson2022-12-121-0/+1
* Bump vmactions/freebsd-vm to 0.3.0Oran Agra2022-12-121-1/+1
* resolve build warnings in quicklist testOran Agra2022-12-121-4/+6
* Try to fix a race in psync2 test (#11553)Oran Agra2022-12-121-0/+4
* Fix null pointer subtraction warning (#10498)chenyang80942022-12-121-2/+2
* Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500)uriyage2022-12-122-1/+15
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-12-123-2/+3
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-12-125-2/+59
* Fix sentinel function that compares hostnames (if failed resolve) (#11419)Moti Cohen2022-12-121-3/+9
* Improve linux overcommit check and warning (#11357)Oran Agra2022-12-121-2/+9
* Avoid crash on crash report when a bad function pointer was called (#11298)Meir Shpilraien (Spielrein)2022-12-121-22/+57
* fix infinite sleep in performEvictions when have lazyfree jobs (#11237)zhaozhao.zz2022-12-121-3/+9
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-12-122-1/+14
* tracking pending invalidation message of flushdb sent by (#11068)Huang Zhw2022-12-122-6/+12
* When client tracking is on, invalidation message of flushdb in a (#11038)Huang Zhw2022-12-122-1/+20
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-12-122-6/+20
* Register abs-expire apis (#11025)chenyang80942022-12-121-0/+2
* TLS: Notify clients on connection shutdown. (#10931)Yossi Gottlieb2022-12-121-0/+2
* optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-12-122-3/+17
* crash report instructions (#10816)Oran Agra2022-12-122-1/+8
* Fix ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)Vitaly2022-12-122-3/+13
* Unpause clients earlier during manual cluster failover (#9676)Madelyn Olson2022-12-121-2/+4
* Sentinel: don't log auth-pass value for better security (#9652)Wen Hui2022-12-121-1/+4
* Remove dead code on sorting reply on Lua scripts. (#10701)Meir Shpilraien (Spielrein)2022-12-061-27/+1
* 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