summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-224-11/+48
* Updated HDR histogram from upsteam after they merged our fix in #10606. (#10755)yoav-steinberg2022-05-223-37/+83
* 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
* re-add SENTINEL SLAVES command, missing in redis 7.0 (#10723)Stephen Sullivan2022-05-132-0/+42
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-135-7/+10
* Fix race in module fork kill test (#10717)Binbin2022-05-122-16/+23
* Fix possible regression around TLS config changes. Add VOLATILE_CONFIG flag f...yoav-steinberg2022-05-122-12/+16
* Update security page with supported versions. (#10712)Yossi Gottlieb2022-05-111-2/+2
* Fix Makefile.dep generation with ICC. (#10708)Yossi Gottlieb2022-05-111-1/+2
* redis-server command line arguments support take one bulk string with spaces ...Binbin2022-05-113-5/+88
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-115-14/+114
* Dediacted member to hold RedisModuleCommand (#10681)guybe72022-05-104-24/+19
* Replace float zero comparison to FP_ZERO comparison (#10675)Mariya Markova2022-05-101-2/+2