summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable running daily CI from forks (#9771)Ozan Tezcan2021-11-111-16/+48
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-1129-54/+326
* Archive external redis log in external tests (#9765)yoav-steinberg2021-11-113-12/+22
* Use utils/create-cluster from any dir (#9766)Vadim Pushtaev2021-11-111-1/+3
* Try solving test timeout on freebsd CI (#9768)Oran Agra2021-11-102-4/+13
* Increase test timeout in valgrind runs (#9767)Oran Agra2021-11-102-5/+5
* fix short timeout in replication short read tests (#9763)YaacovHazan2021-11-093-17/+17
* fix minor memory leak in rewriteConfigSds (#9762)Jim Brunner2021-11-091-3/+3
* Fix diskless load handling on broken EOF marker (#9752)Eduardo Semprebon2021-11-091-13/+13
* Sentinel tls memory leak (#9753)Wen Hui2021-11-081-1/+4
* Fix EINTR test failures. (#9751)Yossi Gottlieb2021-11-083-6/+18
* Move config from clusterCron to config update (#9580)Huang Zhw2021-11-073-34/+53
* Test suite - user server socket to optimize port detection (#9663)chendianqiang2021-11-071-7/+9
* Refactor config.c for generic setter interface (#9644)yoav-steinberg2021-11-074-419/+367
* Fixing import of sys/errno (#9739)Binbin2021-11-051-1/+1
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-0420-303/+754
* Fixes LPOP/RPOP wrong replies when count is 0 (#9692)Itamar Haber2021-11-042-9/+20
* Retry when a blocked connection system call is interrupted by a signal (#9629)menwen2021-11-043-1/+51
* Fix race condition in cluster test 22-replica-in-sync (#9721)Oran Agra2021-11-041-1/+29
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-0318-182/+898
* Fix COMMAND GETKEYS on EVAL without keys (#9733)guybe72021-11-034-5/+24
* fix: lookupKey on SETNX and SETXX only once (#9640)perryitay2021-11-039-27/+43
* Solve issues with tracking test in external mode (#9726)Oran Agra2021-11-021-2/+2
* Add checks for overflow in redis-check-aof and loadAppendOnlyFile (#9669)yiyuaner2021-11-022-0/+6
* attempt to fix tracking test issue with external tests due to lazy free (#9722)Oran Agra2021-11-023-5/+13
* fix defrag test looking at the wrong latency metric (#9723)menwen2021-11-021-2/+2
* Fix not updating backlog histlen when trimming repl backlog (#9713)Wang Yuan2021-11-021-3/+2
* rebuild replication backlog index when master restart (#9720)zhaozhao.zz2021-11-023-21/+35
* Fix timing issue in replication test (#9719)Binbin2021-11-021-3/+2
* Fix race condition in psync2-pingoff test (#9712)Binbin2021-11-011-1/+7
* fix valgrind issues with long double module test (#9709)Oran Agra2021-11-014-19/+29
* Remove duplicate SET_OP_XX definitions in t_set.c. (#4326)罗泽轩2021-11-011-4/+0
* Fix failing cluster tests (#9707)Oran Agra2021-10-314-14/+16
* Use 'gcc' instead of 'ld' to link test modules. (#9710)Yossi Gottlieb2021-10-311-5/+3
* Fix multiple COUNT in LMPOP/BLMPOP/ZMPOP/BZMPOP (#9701)Binbin2021-10-314-4/+11
* fix typo in db.c: synchroneus -> synchronous(2 places) (#9702)lijinliang2021-10-311-2/+2
* Fix memory leak when there's a read error of module aux data from rdb. (#9705)Rafi Einstein2021-10-311-5/+6
* Fix timing issue in replication buffer test (#9697)Wang Yuan2021-10-291-0/+8
* fix failing cluster tests (#9695)Oran Agra2021-10-281-1/+4
* Remove update-jemalloc.sh, it's not needed anymore (#9690)yoav-steinberg2021-10-271-9/+0
* Add new SLOTSRANGE to subcommands table (#9689)guybe72021-10-271-0/+6
* New Cluster Command: CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE (#9445)Wen Hui2021-10-262-22/+149
* Fix not waiting for data loading to complete in AOF tests (#9683)Wang Yuan2021-10-261-0/+4
* Sentinel: don't log auth-pass value for better security (#9652)Wen Hui2021-10-261-1/+4
* Fix race condition in lazy free test (#9682)Oran Agra2021-10-261-0/+7
* Testsuite: attempt to find / avoid valgrind warnings of killed processes (#9679)Oran Agra2021-10-262-4/+10
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-257-10/+185
* Improve code doc of allowed_firstargs following #9504 (#9674)Oran Agra2021-10-251-12/+8
* Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and exampl...Guy Korland2021-10-257-7/+7
* Removes admin acl category from CLIENT TRACKINGINFO (#9662)Itamar Haber2021-10-251-1/+1