summaryrefslogtreecommitdiff
path: root/src/cluster.h
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-1/+1
* Propagate message to a node only if the cluster link is healthy. (#11752)Harkrishn Patro2023-02-021-0/+1
* Increase frequency of failover log and emit the status of the election to hel...harrylhl2023-01-111-1/+1
* Remove the bucket-cb from dictScan and move dictEntry defrag to dictScanDefragViktor Söderqvist2023-01-111-1/+4
* Add cluster info and cluster nodes to bug report (#11656)aradz442023-01-011-0/+2
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-11-251-0/+1
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-161-0/+8
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-011-1/+3
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-121-0/+1
* Gossip forgotten nodes on `CLUSTER FORGET` (#10869)Viktor Söderqvist2022-07-261-0/+9
* Optimize the performance of clusterSendPing for large clusters (#10624)judeng2022-06-201-0/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-2/+1
* improve malloc efficiency: reduce call times of zrealloc (#10533)王恒2022-04-091-1/+0
* Cluster node name sanity check (#10391)bugwz2022-04-041-1/+2
* improve malloc efficiency for cluster slots_info_pairs (#10488)Oran Agra2022-03-291-1/+3
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-151-1/+1
* Show publishshard_sent stat in cluster info (#10314)Binbin2022-02-191-2/+2
* Use sds for clusterNode.hostname (#10290)Ping Xie2022-02-161-5/+2
* Fix cluster bus extensions backwards compatibility (#10206)Ping Xie2022-01-301-1/+35
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-1/+1
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-1/+32
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+5
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-2/+6
* Move config from clusterCron to config update (#9580)Huang Zhw2021-11-071-0/+2
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-12/+14
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-3/+3
* Slot-to-keys using dict entry metadata (#9356)Viktor Söderqvist2021-08-301-2/+24
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-151-2/+9
* Add support for plaintext clients in TLS cluster (#8587)Viktor Söderqvist2021-03-301-3/+7
* clusterState->mf_master_offset init offset change to -1 (#8651)linyi-xq2021-03-221-1/+1
* Optimize performance of clusterGenNodesDescription for large clusters (#8182)Wang Yuan2021-01-131-0/+1
* fix wrong comment in cluster.h (#8191)Wen Hui2020-12-161-1/+1
* Fix cluster access to unaligned memory (SIGBUS on old ARM) (#7958)Oran Agra2020-10-271-1/+3
* Speedup cluster failover. (#7948)WuYunlong2020-10-271-0/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-4/+4
* Use cluster connections too, to limit maxclients.antirez2020-06-161-0/+1
* Cluster: introduce data_received field.antirez2020-05-091-0/+1
* Split error message so dependandent callers give a useful resultMadelyn Olson2019-12-161-0/+1
* Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-281-5/+0
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-1/+1
* Module cluster flags: add hooks for NO_REDIRECTION flag.antirez2018-09-191-3/+3
* Module cluster flags: initial vars / defines added.antirez2018-09-191-0/+7
* Fix typoJack Drogon2018-07-031-1/+1
* Modules Cluster API: message bus implementation.antirez2018-03-291-5/+15
* Cluster: ability to prevent slaves from failing over their masters.antirez2018-03-141-0/+3
* Fixed comment in clusterMsg version fieldAntonio Mallia2017-06-041-1/+1
* Cluster: always add PFAIL nodes at end of gossip section.antirez2017-04-141-0/+2
* Cluster: collect more specific bus messages stats.antirez2017-04-131-22/+26
* Cluster: hash slots tracking using a radix tree.antirez2017-03-271-1/+2
* Cluster announce ip / port initial implementation.antirez2016-01-291-7/+8