summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-5/+5
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-27/+28
* correct cluster inbound link keepalive time (#11785)zhaozhao.zz2023-02-161-1/+1
* Update codes (#11804)Wen Hui2023-02-141-7/+15
* Propagate message to a node only if the cluster link is healthy. (#11752)Harkrishn Patro2023-02-021-4/+6
* Optimize the performance of cluster slots for non-continuous slots (#11745)Madelyn Olson2023-01-291-10/+25
* Increase frequency of failover log and emit the status of the election to hel...harrylhl2023-01-111-1/+8
* Remove the bucket-cb from dictScan and move dictEntry defrag to dictScanDefragViktor Söderqvist2023-01-111-3/+7
* Make dictEntry opaqueViktor Söderqvist2023-01-111-3/+3
* Add cluster info and cluster nodes to bug report (#11656)aradz442023-01-011-73/+80
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-6/+6
* Cleanup: Get rid of server.core_propagates (#11572)guybe72022-12-201-6/+0
* Remove duplicate postExecutionUnitOperation call (#11547)sundb2022-11-271-1/+0
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-11-251-0/+8
* Two minor fixes for cluster.c (#11441)DarrenJiang132022-11-251-4/+6
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-241-1/+2
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-161-159/+420
* Print IP and port on cluster bus message sanity check (#11443)Binbin2022-11-011-4/+12
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-011-170/+157
* Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)Moti Cohen2022-10-271-5/+5
* Fix wrong replication on cluster slotmap changes with module KSN propagation ...Meir Shpilraien (Spielrein)2022-10-161-1/+9
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-121-17/+20
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-2/+2
* Stabilize cluster hostnames tests (#11307)Madelyn Olson2022-10-031-1/+3
* code, typo and comment cleanups (#11280)Binbin2022-10-021-3/+3
* Update CLUSTER NODES help message (#11341)Binbin2022-09-301-1/+1
* Fix CLUSTER SHARDS showing empty hostname (#11297)Binbin2022-09-221-4/+8
* Avoid crash when a cluster node is a replica of a replica of itself (#11263)Viktor Söderqvist2022-09-131-1/+7
* Prevent use after free for inbound cluster link (#11255)Madelyn Olson2022-09-131-1/+6
* Correctly handle scripts with shebang (not read-only) on a cluster replica (#...chendianqiang2022-09-051-3/+4
* bugfix:del keys in slot replicate to replica, and trigger other invalidations...weimeng2022-08-281-0/+5
* Fix assertion when a key is lazy expired during cluster key migration (#11176)Oran Agra2022-08-241-1/+1
* Introduce .listen into connection typezhenwei pi2022-08-221-7/+15
* Use connection name of stringzhenwei pi2022-08-221-7/+7
* Fully abstract connection typezhenwei pi2022-08-221-5/+13
* Introduce connAddrzhenwei pi2022-08-221-2/+2
* Fix CLUSTERDOWN issue in cluster reshard unblock test (#11139)Binbin2022-08-181-2/+2
* Optimize the performance of multi-key commands in cluster mode (#11044)judeng2022-08-041-12/+11
* Avoid false positive out-of-bounds in writeForgottenNodePingExt (#11053)Binbin2022-07-281-2/+2
* Gossip forgotten nodes on `CLUSTER FORGET` (#10869)Viktor Söderqvist2022-07-261-1/+52
* Don't update node ip when peer fd is closed (#10696)Tian2022-07-201-4/+14
* Make cluster config file saving atomic and fsync acl (#10924)Tian2022-07-201-24/+41
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-4/+2
* Fix crash during handshake and cluster shards call (#10942)Madelyn Olson2022-07-101-2/+6
* Unlock cluster config file upon server shutdown. (#10912)Qu Chen2022-07-041-4/+4
* A minor refinement to clusterbus extension estlen (#10902)Tian2022-06-271-2/+2
* migrateGetSocket() cleanup.. (#5546)WuYunlong2022-06-231-1/+1
* 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-201-14/+5
* Throw -TRYAGAIN instead of -ASK on migrating nodes for multi-key commands whe...Huang Zhw2022-06-131-7/+14