summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add pubsubshard_channels field in INFO STATS (#10929)Binbin2022-07-062-1/+3
* TLS: Notify clients on connection shutdown. (#10931)Yossi Gottlieb2022-07-051-0/+2
* Avoid double multiplication of alloc_count (#10934)Harkrishn Patro2022-07-041-1/+1
* Add tests for error messages during slot migrations (#10449)Wen Hui2022-07-041-0/+50
* 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-044-6/+28
* 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
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-07-032-10/+36
* 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-3027-63/+103
* Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-293-4/+17
* Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-282-3/+4
* A minor refinement to clusterbus extension estlen (#10902)Tian2022-06-271-2/+2
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-273-4/+14
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-264-0/+98
* redis-server command line arguments allow passing config name and value in th...Binbin2022-06-262-4/+76
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-266-15/+101
* 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
* fix benchmark failure in daily test with TLS (#10896)judeng2022-06-231-3/+3
* 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-222-0/+13
* Module API docs corrections (#10890)Viktor Söderqvist2022-06-212-8/+9
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-213-4/+42
* Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)Vlad2022-06-212-10/+10
* 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 sentinel acl change test. Timing issue. (#10868)Moti Cohen2022-06-191-5/+7
* Fix a prototype inconsitency of `_serverAssert` between redisassert.h and red...Masahiro Ide2022-06-191-1/+1
* 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
* 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