summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 7.0.2Oran Agra2022-06-121-2/+2
* Merge remote-tracking branch 'origin/unstable' into 7.0Oran Agra2022-06-125-63/+59
|\
| * Fix 3 comments in server.c (#10844)XiongDa2022-06-121-3/+3
| * Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-123-47/+44
| * Fix crash when overcommit_memory is inaccessible (#10848)Binbin2022-06-112-5/+5
| * Update some comments in stream command docs (#10821)Wen Hui2022-06-091-8/+7
* | 7.0.1Oran Agra2022-06-081-2/+2
* | Merge remote-tracking branch 'origin/unstable' into 7.0Oran Agra2022-06-0867-646/+1399
|\ \ | |/
| * 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-074-10/+10
| * 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-061-0/+2
| * 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-021-10/+5
| * 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-021-4/+15
| * Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-018-96/+192
| * Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-018-29/+72
| * 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-314-7/+11
| * 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-295-9/+17
| * 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 ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)Vitaly2022-05-271-3/+4
| * Fix some commands key spec in json files (#10779)Binbin2022-05-278-13/+113
| * Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781)Binbin2022-05-262-2/+2
| * 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 BZMPOP gets unblocked by non-key args and returns them (#10764)Binbin2022-05-231-1/+1
| * Add warning for suspected slow system clocksource setting (#10636)yoav-steinberg2022-05-228-208/+495
| * Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...Oran Agra2022-05-222-6/+15
| * Remove ziplist dead code in object.c (#10751)Binbin2022-05-222-6/+3
| * Fix memory leak in streamGetEdgeID (#10753)Yuuoniy2022-05-221-1/+1
| * Add SIGINT handler to redis-cli --bigkeys, --memkeys, --hotkeys, --scan (#10736)Ofir Luzon2022-05-221-12/+14
| * Fix typos in module comment / documentation (#10740)Binbin2022-05-182-11/+11
| * Add const qualifier to config name parameter in RM_RegisterBoolConfig() (#10733)Ozan Tezcan2022-05-161-1/+1
| * Replica fail and retry the PSYNC if the master is unresponsive (#10726)Qu Chen2022-05-161-2/+20
| * Make the check for if script is running or not consistent (#10725)Qu Chen2022-05-154-8/+4
| * Remove a redundant free in freeClient (#10721)Tian2022-05-141-1/+0