summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)Viktor Söderqvist2021-02-152-11/+40
* redis-benchmark: Fix broken protocol when used with -a or --dbnum (#8486)filipe oliveira2021-02-141-0/+3
* Fix duplicate replicas issue. (#8481)Yossi Gottlieb2021-02-111-11/+18
* Fix Sentinel configuration rewrite. (#8480)Yossi Gottlieb2021-02-101-2/+2
* Removed time sensitive checks from block on background tests. Fixed uninitial...filipe oliveira2021-02-101-0/+1
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-0911-80/+61
* Cleanup in redis-cli and tests: release memory on exit, change dup test name ...WuYunlong2021-02-091-6/+17
* Fix typo and some out of date comments (#8449)Huang Zw2021-02-088-14/+12
* Fix random probability check in ziplistRandomPairsUnique (#8467)sundb2021-02-081-1/+1
* Fix typos in comments (#8466)Andy Pan2021-02-082-4/+4
* Optimize HRANDFIELD and ZRANDMEMBER case 4 when ziplist encoded (#8444)Oran Agra2021-02-074-44/+129
* Add --insecure option to command line tools. (#8416)Yossi Gottlieb2021-02-074-1/+11
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-051-0/+2
* RAND* commands: fix risk of OOM panic in hash and zset, use fair random in ha...sundb2021-02-053-30/+54
* GEOSEARCH bybox bug fixes and new fuzzy tester (#8445)Yang Bodong2021-02-043-33/+40
* Optimizing sorted GEORADIUS COUNT with partial sorting. (#8326)Jonah H. Harris2021-02-021-4/+15
* Cleanup: addReplyAggregateLen and addReplyBulkLen remove redundant check (#8431)Huang Zw2021-02-021-8/+2
* XINFO should use lookupKeyReadOrReply (#8436)zhaozhao.zz2021-02-021-1/+1
* update help.h with new commands (#8426)Oran Agra2021-01-311-27/+132
* Fix test issues from introduction of HRANDFIELD (#8424)Oran Agra2021-01-311-0/+6
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-295-4/+94
* Add HRANDFIELD and ZRANDMEMBER. improvements to SRANDMEMBER (#8297)Yang Bodong2021-01-297-20/+648
* 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-284-10/+384
* Update CLIENT HELP regarding KILL options. (#8417)Yossi Gottlieb2021-01-281-2/+4
* Add proc-title-template option. (#8397)Yossi Gottlieb2021-01-285-12/+183
* 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-284-75/+673
* 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