summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Optimize number of realloc syscall during multi/exec flow (#10921)Harkrishn Patro2022-07-042-3/+14
* Unlock cluster config file upon server shutdown. (#10912)Qu Chen2022-07-042-4/+11
* Account sharded pubsub channels memory consumption (#10925)Harkrishn Patro2022-07-043-3/+14
* Set aof rewrite status in some backgroundRewriteDoneHandler errors (#10923)Binbin2022-07-031-0/+6
* Fix TLS issues with large replies (#10909)Yossi Gottlieb2022-07-031-3/+3
* Always set server.aof_last_write_errno in aof write error (#10917)Binbin2022-07-031-1/+1
* Add SENTINEL command flag to CLIENT/COMMANDS subcommands (#10904)Binbin2022-06-3026-63/+96
* Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-292-4/+4
* Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-281-1/+2
* A minor refinement to clusterbus extension estlen (#10902)Tian2022-06-271-2/+2
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-272-2/+4
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-262-0/+28
* redis-server command line arguments allow passing config name and value in th...Binbin2022-06-261-1/+33
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-264-15/+64
* Sync argv_len var back after command call in execCommand (#10900)Binbin2022-06-261-0/+1
* Replace regular array to array of structs to get rid of false sharing (#10892)Elvina Yakubova2022-06-261-3/+8
* changing min,max in ZRANGE -> start stop (#10097)Steve Lorello2022-06-252-4/+4
* migrateGetSocket() cleanup.. (#5546)WuYunlong2022-06-231-1/+1
* When dirCreateIfMissing or openNewIncrAofForAppend fail, set aof_lastbgrewrit...Binbin2022-06-231-1/+5
* command prompt help: add stdin config usage (#6313)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW2022-06-231-0/+1
* Add bus_port argument in cluster-meet.json (#10304)Binbin2022-06-232-1/+17
* fix redis-benchmark's bug: check if clients are created successfully in idle ...judeng2022-06-221-0/+4
* Module API docs corrections (#10890)Viktor Söderqvist2022-06-211-4/+4
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-211-2/+11
* Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)Vlad2022-06-211-5/+5
* Set replicas' configEpoch to 0 when loaded from cluster configuration file (#...Bar Shaul2022-06-201-2/+4
* Optimize the performance of clusterSendPing for large clusters (#10624)judeng2022-06-202-14/+6
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-206-4/+82
* Fix a prototype inconsitency of `_serverAssert` between redisassert.h and red...Masahiro Ide2022-06-191-1/+1
* optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-06-141-2/+4
* Script that made modification will not break with unexpected NOREPLICAS error...Oran Agra2022-06-141-0/+5
* Allow ECHO in loading and stale modes (#10853)Oran Agra2022-06-142-1/+3
* 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-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
* 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