summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix missing check for sanitize_dump in corrupt-dump-fuzzer test (#9285)sundb2021-10-041-3/+3
* Allow to override OPENSSL_PREFIX (#9567)Yunier Pérez2021-10-042-7/+16
* Propagate OPENSSL_PREFIX to hiredis. (#9345)Yossi Gottlieb2021-10-041-4/+6
* Fix stream sanitization for non-int first value (#9553)Oran Agra2021-10-042-2/+2
* TLS build fix on OpenBSD when built with LibreSSL. (#9486)David CARLIER2021-10-041-1/+2
* Fix: client pause uses an old timeout (#9477)yvette9032021-10-042-0/+5
* Fix wrong offset when replica pause (#9448)zhaozhao.zz2021-10-044-9/+75
* Add test verifying PUBSUB NUMPAT behavior (#9209)Madelyn Olson2021-10-041-0/+18
* Fix two minor bugs (MIGRATE key args and getKeysUsingCommandTable) (#9455)guybe72021-10-042-2/+1
* Fix the timing of read and write events under kqueue (#9416)sundb2021-10-041-7/+55
* Sanitize dump payload: fix double free after insert dup nodekey to stream rax...sundb2021-10-042-3/+14
* Fix the wrong detection of sync_file_range system call (#9371)Wang Yuan2021-10-041-0/+1
* Sanitize dump payload: handle remaining empty key when RDB loading and restor...sundb2021-10-045-16/+63
* [BUGFIX] Add some missed error statistics (#9328)DarrenJiang132021-10-045-9/+14
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-10-049-10/+166
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-10-046-18/+127
* Add latency monitor sample when key is deleted via lazy expire (#9317)menwen2021-10-043-24/+20
* redis-cli ASK redirect test: Add retry loop to fix timing issue (#9315)Viktor Söderqvist2021-10-041-3/+7
* Skip new redis-cli ASK test in TLS mode (#9312)Oran Agra2021-10-041-0/+2