summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.2 RC36.2-rc3Oran Agra2021-02-0191-921/+6051
|\
| * Redis 6.2 RC3Oran Agra2021-01-312-9/+63
| * Merge branch 'unstable' into 6.2Oran Agra2021-01-3189-912/+5988
| |\ |/ /
| * update help.h with new commands (#8426)Oran Agra2021-01-311-27/+132
| * temporarily disable sentinel test FD leak print (#8425)Oran Agra2021-01-311-2/+2
| * Fix test issues from introduction of HRANDFIELD (#8424)Oran Agra2021-01-313-1/+22
| * fix sentinel tests error (#8422)Wen Hui2021-01-301-3/+8
| * Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-299-4/+383
| * Add HRANDFIELD and ZRANDMEMBER. improvements to SRANDMEMBER (#8297)Yang Bodong2021-01-2911-23/+1002
| * AOF: recover from last write error after turn on appendonly again (#8030)zhaozhao.zz2021-01-292-5/+22
| * implement FAILOVER command (#8315)Allen Farris2021-01-287-16/+679
| * Update CLIENT HELP regarding KILL options. (#8417)Yossi Gottlieb2021-01-281-2/+4
| * Add proc-title-template option. (#8397)Yossi Gottlieb2021-01-287-12/+244
| * Modules: Add event for fork child birth and termination (#8289)guybe72021-01-283-3/+26
| * Redis exit for fsync error when the AOF fsync policy is 'always' (#8347)Wang Yuan2021-01-281-9/+23
| * Add modules API for streams (#8288)Viktor Söderqvist2021-01-288-76/+1089
| * Add hostname support in Sentinel. (#8282)Yossi Gottlieb2021-01-288-80/+411
| * Add 'set-proc-title' config so that this mechanism can be disabled (#3623)Z. Liu2021-01-285-1/+9
| * Avoid assertions when testing arm64 cow bug. (#8405)Yossi Gottlieb2021-01-281-33/+68
| * GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-277-110/+476
| * Fix bug in activeDefragSdsListAndDict dead code (#8403)Huang Zw2021-01-271-1/+1
| * Implement rdb-only replication (#8303)Wang Yuan2021-01-273-13/+52
| * Add tests for RESP3 responce of ZINTER and ZRANGE (#8391)Oran Agra2021-01-263-0/+19
| * Sentinel: Fix Config Dependency and Rewrite Sequence (#8271)Wen Hui2021-01-269-29/+278
| * Remove check leading to duplicate branches (#8398)Vladimir Maksimovski2021-01-251-6/+5
| * latency: add expire-del event (#8394)zhaozhao.zz2021-01-261-0/+4
| * Fix rare test failures due to repl-ping-replica-period (#8393)Oran Agra2021-01-252-1/+3
| * Fix recent test failures (#8386)Oran Agra2021-01-232-4/+5
| * Test that module can wake up module blocked on non-empty list key (#8382)Viktor Söderqvist2021-01-222-1/+108
| * Sentinel tests, disable FD leak check, and print more details (#8376)Andy Pan2021-01-222-1/+3
| * In dbOverwrite moduleNotifyKeyUnlink should use old val (#8381)Huang Zw2021-01-221-1/+1
| * Fix anetCloexec for Sentinel TLS conns. (#8377)Yossi Gottlieb2021-01-211-2/+2
| * Better error message const correctness. (#8348)Yossi Gottlieb2021-01-214-46/+46
| * change log for invalid cluster port (#8343)daemyungkang2021-01-201-2/+1
| * Fix typo in redis.conf doc (#8362)Simon Kotwicz2021-01-201-1/+1
| * CONFIG REWRITE should honor umask settings. (#8371)Yossi Gottlieb2021-01-203-1/+8
| * Add CI for FreeBSD (#8292)Guy Korland2021-01-203-1/+29
| * Fix misleading module test (#8366)guybe72021-01-202-1/+3
| * Fix firstkey,lastkey,step in COMMAND command for some commands (#8367)guybe72021-01-201-7/+7
| * More modules API ref formatting fixes (#8344)Viktor Söderqvist2021-01-202-180/+187
| * Fix sentinel FD leak test, checking the wrong OS name (#8364)Andy Pan2021-01-201-1/+1
| * Fix sentinel FD leak test, not printing the list of leaks (#8363)Andy Pan2021-01-201-1/+1
| * Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-1915-6/+79
| * Fix description of the save conf directive (#8337)Itamar Haber2021-01-191-17/+16
| * Add tests to make sure that relative EXPIRE is propagated to replicas (#8357)Oran Agra2021-01-191-9/+60
| * Removing unnecessary runtime tio_debug checks (#8250)filipe oliveira2021-01-191-18/+0
| * Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)Viktor Söderqvist2021-01-193-2/+120
| * Add a precheck before the actual call to fcntl (#8360)Andy Pan2021-01-191-0/+5
| * Update getTimeZone to long (#8346)Raghav Muddur2021-01-182-3/+3
| * Add io-thread daily CI tests. (#8232)Yossi Gottlieb2021-01-1714-25/+81