summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10355 from oranagra/release-7.0-rc27.0-rc2Oran Agra2022-02-28144-1923/+8139
|\
| * 7.0 RC2Oran Agra2022-02-282-2/+93
| * Merge remote-tracking branch 'origin/unstable' into 7.0Oran Agra2022-02-28142-1921/+8046
| |\ |/ /
| * deflake client-eviction test "evict clients only until below limit" (#10354)ranshid2022-02-281-2/+6
| * update redis-cli help.h (#10352)Oran Agra2022-02-281-9/+14
| * Fix node-id type in cluster-setslot (#10348)Binbin2022-02-273-7/+7
| * Make git ignore all files starting with appendonly.aof (#10351)chenyang80942022-02-281-1/+1
| * Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-2712-150/+472
| * Enable redis-benchmark to use RESP3 protocol mode (#10335)filipe oliveira2022-02-271-0/+14
| * Fixed typo in variable name (#10347)Madelyn Olson2022-02-261-6/+6
| * Optimization: Avoid deferred array reply on ZRANGE commands BYRANK (#10337)filipe oliveira2022-02-242-12/+32
| * Update to latest hiredis (#10297)Yossi Gottlieb2022-02-2428-323/+1559
| |\
| | * Reapply: Rename sds calls so they don't conflict.michael-grunder2022-02-1411-627/+721
| | * Merge commit '418de21d8feb35303904ec718fcd1387e4699d2f' into refresh-hiredisYossi Gottlieb2022-02-1432-1039/+2181
| | |\
| | | * Squashed 'deps/hiredis/' changes from 00272d669..f8de9a4bdYossi Gottlieb2022-02-1434-1044/+2239
| * | | Fix XGROUP HELP message missing a newline (#10339)Binbin2022-02-241-1/+1
| * | | Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-2317-118/+786
| * | | Optimize deferred replies to use shared objects instead of sprintf (#10334)filipe oliveira2022-02-233-3/+35
| * | | Sentinel: fix a free-after-use issue re-registering Sentinels. (#10333)Moti Cohen2022-02-231-6/+15
| * | | Fix timing issue in EXEC fail on lazy expired WATCHed key test (#10332)Binbin2022-02-231-9/+13
| * | | Fix PUBSUB SHARDNUMSUB command json file (#10331)Wen Hui2022-02-222-1/+15
| * | | Reduce system calls of write for client->reply by introducing writev (#9934)Andy Pan2022-02-224-28/+156
| * | | Delete key doesn't dirty client who watched stale key (#10256)Viktor Söderqvist2022-02-223-20/+146
| * | | introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-228-17/+155
| * | | Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-2215-104/+404
| * | | Remove ALLOW_BUSY from REPLICAOF and add it to REPLCONF. Add DEPRECATED doc f...Binbin2022-02-224-6/+11
| * | | Fix path copy error and add more logs. (#10324)chenyang80942022-02-221-4/+4
| * | | fix return value of loadAppendOnlyFiles (#10295)YaacovHazan2022-02-222-18/+40
| * | | Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-218-22/+77
| * | | Fix script active defrag test (#10318)yoav-steinberg2022-02-213-6/+6
| * | | Fix geo search bounding box check causing missing results (#10018)qetu37902022-02-212-10/+35
| * | | Fix a mistake in comments (#10312)rangerzhang2022-02-201-1/+1
| * | | Show publishshard_sent stat in cluster info (#10314)Binbin2022-02-193-5/+5
| * | | aof rewrite and rdb save counters in info (#10178)yoav-steinberg2022-02-174-1/+10
| * | | Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-174-170/+573
| * | | Use sds for clusterNode.hostname (#10290)Ping Xie2022-02-163-32/+27
| * | | Removed double semicolon at the end of line (#10305)Matteo Baccan2022-02-162-2/+2
| * | | Fix OpenSSL 3.0.x related issues. (#10291)Yossi Gottlieb2022-02-152-7/+42
| |/ /
| * | fix "Connect multiple replicas at the same time" test (#10294)YaacovHazan2022-02-141-1/+1
| * | Fix and improve module error reply statistics (#10278)Oran Agra2022-02-136-4/+85
| * | Add workflow_dispatch filters for daily CI. (#10289)Oran Agra2022-02-131-6/+11
| * | Regression test for sync psync crash (#10288)Binbin2022-02-133-14/+100
| * | Fix Eval scripts defrag (broken 7.0 in RC1) (#10271)yoav-steinberg2022-02-114-7/+115
| * | Fix duplicate module options define (#10284)sundb2022-02-113-3/+11
| * | Modify AOF preamble related logs, and change the RDB aux field (#10283)chenyang80942022-02-113-13/+26
| * | Check target node is a primary during cluster setslot. (#10277)Harkrishn Patro2022-02-102-1/+33
| * | Use binary representation for key values dumped to crash log (#10275)Omer Shadmi2022-02-101-3/+3
| * | Fix the misleading description of the option repl-ping-slave-period (#4687)Pengcheng Huang2022-02-101-1/+1
| * | Add AUTH arity test (#10266)Wen Hui2022-02-091-0/+5
| * | Remove unused code - leftover from script replication mechanisms (#10272)chenyang80942022-02-092-18/+0