summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.22.126.2.126.2Oran Agra2023-04-172-2/+22
* fix false valgrind error on new hash test (#11200)Oran Agra2023-04-171-3/+6
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-04-178-2/+201
* Always compact nodes in stream listpacks after creating new nodes (#11885)Madelyn Olson2023-04-172-10/+15
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-172-1/+22
* fix hincrbyfloat not to create a key if the new value is invalid (#11149)chendianqiang2023-04-172-0/+8
* Redis 6.2.116.2.11Oran Agra2023-02-282-2/+28
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155)Oran Agra2023-02-286-5/+14
* String pattern matching had exponential time complexity on pathological patte...Tom Levy2023-02-282-4/+29
* Backport client pause cron from #9549Madelyn Olson2023-02-283-0/+10
* Prevent Redis from crashing from key tracking invalidations (#11814)Madelyn Olson2023-02-282-3/+41
* correct cluster inbound link keepalive time (#11785)zhaozhao.zz2023-02-281-1/+1
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-02-286-21/+91
* Make sure that fork child doesn't do incremental rehashing (#11692)Oran Agra2023-02-283-21/+32
* Redis 6.2.106.2.10Oran Agra2023-01-172-2/+13
* Revert change to KEYS command from (#11676)Oran Agra2023-01-172-9/+0
* Redis 6.2.96.2.9Oran Agra2023-01-162-2/+21
* Fix range issues in ZRANDMEMBER and HRANDFIELD (CVE-2023-22458)Oran Agra2023-01-164-2/+22
* Avoid integer overflows in SETRANGE and SORT (CVE-2022-35977)Oran Agra2023-01-166-8/+48
* Obuf limit, exit during loop in *RAND* commands and KEYSOran Agra2023-01-166-2/+33
* Fix sentinel issue if replica changes IP (#11590)Moti Cohen2023-01-161-8/+3
* 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