summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fix sentinel disconnect test timing issue after auth-pass change (#10784)Binbin2022-05-291-2/+4
* Fix ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)Vitaly2022-05-272-3/+13
* Fix some commands key spec in json files (#10779)Binbin2022-05-2710-19/+181
* Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781)Binbin2022-05-264-4/+4
* improve logging around AOF file creation and loading (#10763)chenyang80942022-05-262-9/+26
* Added the function name/script sha to the script timeout log message. (#10780)Meir Shpilraien (Spielrein)2022-05-261-2/+2
* Fix regex support in --only, --skipfile and --skiptest (#10741)Valentino Geron2022-05-253-14/+22
* Fix BZMPOP gets unblocked by non-key args and returns them (#10764)Binbin2022-05-232-1/+28