summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress harmless warnings.3.0.6antirez2015-12-181-1/+1
* MIGRATE: Fix new argument rewriting refcount handling.antirez2015-12-131-3/+2
* MIGRATE: fix replies processing and argument rewriting.antirez2015-12-131-12/+24
* Pipelined multiple keys MIGRATE.antirez2015-12-131-62/+114
* Cluster: replica migration with delay.antirez2015-12-111-17/+37
* Fix merge of cluster migrate-to flag.antirez2015-12-101-3/+3
* Remove debugging message left there for error.antirez2015-12-101-1/+0
* Fix replicas migration by adding a new flag.antirez2015-12-101-12/+23
* Fix renamed define after merge.antirez2015-11-271-1/+1
* Redis Cluster: hint about validity factor when slave can't failover.antirez2015-11-271-2/+4
* Do not attempt to lock on SolarisJan-Erik Rediger2015-07-171-0/+7
* Don't try to bind the source address for MIGRATEantirez2015-06-111-2/+2
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-241-5/+85
* Two cluster.c comments improved.antirez2015-03-211-2/+3
* Cluster: TAKEOVER option for manual failover.antirez2015-03-211-7/+20
* Cluster: non-conditional steps of slave failover refactored into a function.antirez2015-03-211-27/+40
* Cluster: separate unknown master check from the rest.antirez2015-03-211-2/+5
* Cluster: refactoring around configEpoch handling.antirez2015-03-211-89/+135
* Cluster: better cluster state transiction handling.antirez2015-03-201-2/+18
* Cluster: more robust slave check in CLUSTER REPLICATE.antirez2015-03-181-1/+1
* Add command CLUSTER MYIDMichel Martens2015-03-181-0/+3
* Migrate: replace conditional with pre-computed value.antirez2015-02-271-1/+1
* Improvements to PR #2425antirez2015-02-261-10/+10
* Add last_dbid to migrateCachedSocket to avoid redundant SELECTTommy Wang2015-02-251-23/+36
* Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections.antirez2015-01-301-3/+6
* More correct wanted / maxiterations values in clusterSendPing().antirez2015-01-301-2/+6
* Cluster: initialized not used fileds in gossip section.antirez2015-01-291-0/+2
* Cluster: magical 10% of nodes explained in comments.antirez2015-01-291-2/+26
* CLUSTER count-failure-reports command added.antirez2015-01-291-0/+12
* Cluster: use a number of gossip sections proportional to cluster size.antirez2015-01-291-17/+42
* Fix cluster migrate memory leakMatt Stancliff2015-01-221-0/+1
* Fix potential invalid read past end of arrayMatt Stancliff2015-01-221-2/+5
* Fix cluster reset memory leakMatt Stancliff2015-01-221-0/+1
* Fix sending uninitialized bytesMatt Stancliff2015-01-221-1/+1
* Cluster: node deletion cleanup / centralization.antirez2015-01-221-13/+20
* Cluster: set the slaves->slaveof filed to NULL when master is freed.antirez2015-01-221-0/+8
* Cluster: fetch my IP even if msg is not MEET for the first time.antirez2015-01-131-2/+6
* Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.antirez2015-01-131-1/+3
* Suppress valgrind error about write sending uninitialized data.antirez2015-01-131-0/+1
* Cluster: initialize mf_end.antirez2015-01-121-0/+1
* Cluster: Notify user on accept errorMatt Stancliff2014-12-171-1/+1
* Fix comment in clusterHandleSlaveFailover().antirez2014-12-161-1/+1
* Make sure buffer is enough in clusterSendPing().antirez2014-12-151-1/+1
* Cluster PUBLISH message: fix totlen count.antirez2014-12-091-2/+3
* Parse cluster state file in IPv6 compatible wayMatt Stancliff2014-10-311-1/+1
* Networking: add more outbound IP binding fixesMatt Stancliff2014-10-311-2/+2
* Cluster: process gossip section only for known nodes.antirez2014-10-091-5/+8
* Cluster: fix logic to detect we are among a minority.antirez2014-10-091-9/+8
* Cluster: more chatty slaves when failover is stalled.antirez2014-10-081-4/+84
* Clean up text throughout projectMatt Stancliff2014-10-061-13/+13