summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * DEPRECATED rename-command config in sentinel (#10877)Wen Hui2022-06-191-1/+3
| * Correct 'certificate' typo. (#10867)Chris Lamb2022-06-152-2/+2
| * optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-06-142-3/+17
| * Script that made modification will not break with unexpected NOREPLICAS error...Oran Agra2022-06-142-0/+51
| * Allow ECHO in loading and stale modes (#10853)Oran Agra2022-06-143-5/+7
| * Fix 2 comments in dict.c & redis-cli.c (#10860)hdyztmdqd2022-06-142-2/+2
| * Throw -TRYAGAIN instead of -ASK on migrating nodes for multi-key commands whe...Huang Zhw2022-06-131-7/+14
| * redis-check-rdb add when_opcode check for module aux (#10859)Binbin2022-06-131-1/+8
| * Fix typo in replication.c (#10854)XiongDa2022-06-131-1/+1
| * Correctly check for vm.overcommit_memory == 0 (#10841)Johannes Truschnigg2022-06-121-1/+1
* | Merge pull request #10851 from oranagra/release7027.0.2Oran Agra2022-06-1212-72/+173
|\ \
| * | 7.0.2Oran Agra2022-06-122-4/+21
| * | Merge remote-tracking branch 'origin/unstable' into 7.0Oran Agra2022-06-1210-68/+152
| |\ \ |/ / / | | _
| * Fix 3 comments in server.c (#10844)XiongDa2022-06-121-3/+3
| * Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-126-48/+130
| * Fix crash when overcommit_memory is inaccessible (#10848)Binbin2022-06-112-5/+5
| * Fixing test to consider statically linked binaries (#10835)Christian Krieg2022-06-091-3/+6
| * Update some comments in stream command docs (#10821)Wen Hui2022-06-091-8/+7
| * Module api doc generator, fixing issue with negative lookback terminating at ...Steve Lorello2022-06-081-1/+1
* | Merge pull request #10829 from oranagra/release-7.0.17.0.1Oran Agra2022-06-08110-806/+2639
|\ \
| * | 7.0.1Oran Agra2022-06-082-2/+85
| * | Merge remote-tracking branch 'origin/unstable' into 7.0Oran Agra2022-06-08108-804/+2554
| |\ \ |/ / / | | _
| * Update musl libc detection pattern (#10826)Petr Vaněk2022-06-071-1/+1
| * Increment the stat_rdb_saves counter in SAVE command (#10827)Binbin2022-06-071-1/+4
| * fix unused argument warning in ae_select.c (#10824)ls-20182022-06-071-0/+1
| * Documentation fixes of `BITFIELD_RO` and `XINFO STREAM` (#10823)Bjorn Svensson2022-06-073-2/+7
| * Handle multiple_token flag in generate-command-help.rb (#10822)Binbin2022-06-075-11/+15
| * Fix bitfield_ro documentation (#10820)ranshid2022-06-061-0/+1
| * update help.h (#10818)Oran Agra2022-06-061-7/+7
| * crash report instructions (#10816)Oran Agra2022-06-062-1/+8
| * Split instantaneous_repl_total_kbps to instantaneous_input_repl_kbps and inst...DarrenJiang132022-06-062-6/+11
| * Update cluster.c (#10773)Mixficsol2022-06-061-1/+1
| * some minor spelling/grammatical fixes to module.c (#10812)Steve Lorello2022-06-031-20/+20
| * Update time independent string compare to use hash length (#9759)Madelyn Olson2022-06-032-37/+7
| * rewrite alias config to original name (#10811)zhaozhao.zz2022-06-022-10/+28
| * Only print final log when aof is loaded successfully (#10808)chenyang80942022-06-021-1/+2
| * Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...zhugezy2022-06-023-4/+37
| * Fix Lua compile warning (#10805)Ozan Tezcan2022-06-011-1/+2
| * Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-0112-121/+361
| * Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-0112-29/+416
| * Moving client flags to a more cache friendly position within client struct (#...filipe oliveira2022-06-011-1/+1
| * Add module API RM_MallocUsableSize (#10795)menwen2022-05-312-0/+9
| * rename channel to shardchannel in sharded pubsub commands (#10738)zhaozhao.zz2022-05-317-20/+20
| * Adds isolated netstats for replication. (#10062)DarrenJiang132022-05-317-18/+75
| * Sharded pubsub publish messagebulk as smessage (#10792)Harkrishn Patro2022-05-317-20/+24
| * Fix streamParseAddOrTrimArgsOrReply function minor comment issue (#10783)Wen Hui2022-05-311-1/+1
| * Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-297-9/+51
| * fixes function cache_memory accounting stats bug (#10791)skygragon2022-05-291-1/+1
| * loadAppendOnlyFiles and loadSingleAppendOnlyFile ret should be AOF_OK, not C_...Binbin2022-05-292-5/+5
| * fix typo in quicklist.c (#10785)Lu JJ2022-05-291-1/+1