summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add hostname support in Sentinel. (#8282)Yossi Gottlieb2021-01-283-76/+268
* Add 'set-proc-title' config so that this mechanism can be disabled (#3623)Z. Liu2021-01-283-1/+3
* Avoid assertions when testing arm64 cow bug. (#8405)Yossi Gottlieb2021-01-281-33/+68
* GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-274-104/+304
* 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-261-0/+6
* Sentinel: Fix Config Dependency and Rewrite Sequence (#8271)Wen Hui2021-01-264-24/+239
* 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
* 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
* CONFIG REWRITE should honor umask settings. (#8371)Yossi Gottlieb2021-01-203-1/+8
* Add CI for FreeBSD (#8292)Guy Korland2021-01-201-1/+1
* 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
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-1911-4/+43
* 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-191-2/+12
* 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
* [Sentinel] more specific config errors for duplicate known-replica and known-...Wen Hui2021-01-171-7/+30
* Add lazyfree-lazy-user-flush config to control default behavior of FLUSH[ALL|...Yang Bodong2021-01-155-15/+56
* Rename non-API RM-prefixed functions to hide them from API docsViktor Söderqvist2021-01-151-18/+18
* Modules API reference formatting fixesViktor Söderqvist2021-01-152-250/+266
* Replace many calling zrealloc to one zmalloc in sentinelResetMasterAndChangeA...charsyam2021-01-131-4/+6
* Optimize performance of clusterGenNodesDescription for large clusters (#8182)Wang Yuan2021-01-132-19/+71
* remove some unnecessary checks (#7431)houzj.fnst2021-01-134-4/+4
* Fix use of lookupKeyRead and lookupKeyWrite in zrangeGenericCommand, zunionI...sundb2021-01-131-3/+10
* Fix units in log message of copy-on-write (#8320)sundb2021-01-131-1/+1
* Fix issues in wait test (#8310)Madelyn Olson2021-01-121-2/+2
* Fix overflow of rdbWriteRaw return value (#8306)Bob Li2021-01-121-1/+1
* Assert that clusterAddNode can't fail (#8296)sundb2021-01-091-3/+3
* CLIENT PAUSE - don't drop together with other blocked clients (#8302)Oran Agra2021-01-091-0/+7
* Fix compile warning when define REDIS_TEST (#8261)sundb2021-01-095-27/+12
* Fix last COW INFO report, Skip test on non-linux platforms (#8301)Oran Agra2021-01-083-23/+13
* GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)Yang Bodong2021-01-081-14/+27
* XADD and XTRIM, Trim by MINID, and new LIMIT argument (#8169)guybe72021-01-081-149/+430
* Throw error for conflicting bcast tracking prefixes (#8176)Madelyn Olson2021-01-083-0/+59
* Add support for client pause WRITE (#8170)Madelyn Olson2021-01-0710-107/+225
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-01-073-1/+138
* Report child copy-on-write info continuouslyYaacovHazan2021-01-077-42/+170
* Refactory fork child related infra, Unify child pidYaacovHazan2021-01-078-97/+122
* Add ZRANGESTORE command, and improve ZSTORE command (#7844)Jonah H. Harris2021-01-073-233/+439
* fix memory leak in processInlineBuffer error handling code (#8295)Wen Hui2021-01-061-0/+1
* Add XAUTOCLAIM (#7973)guybe72021-01-064-13/+196
* sdscatfmt call sdsMakeRoomFor, asked for more space than intended (#8286)huangzhw2021-01-051-1/+1
* Fix rdb checksum / crc64 on bigendian (#8270)Oran Agra2021-01-051-1/+2