summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* RDMF: More consistent define names.antirez2015-07-271-103/+103
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-53/+53
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-23/+23
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-2/+2
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-13/+13
* RDMF: redisLog -> serverLog.antirez2015-07-261-70/+70
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Do not attempt to lock on SolarisJan-Erik Rediger2015-06-241-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-201-27/+40
* Cluster: separate unknown master check from the rest.antirez2015-03-201-2/+5
* Cluster: refactoring around configEpoch handling.antirez2015-03-201-124/+157
* Cluster: better cluster state transiction handling.antirez2015-03-201-2/+18
* Cluster: more robust slave check in CLUSTER REPLICATE.antirez2015-03-181-1/+1
* Cluster: fix CLUSTER NODES optimization error in 'j' increment.antirez2015-03-131-1/+1
* Cluster: CLUSTER NODES speedup.antirez2015-03-131-16/+32
* Add command CLUSTER MYIDMichel Martens2015-03-101-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-261-23/+36
* Merge pull request #2301 from mattsta/fix/lengthsSalvatore Sanfilippo2015-02-241-1/+1
|\
| * Improve networking type correctnessMatt Stancliff2015-01-191-1/+1
* | 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: 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
* | Cluster: initialized not used fileds in gossip section.antirez2015-01-241-0/+2
* | Fix cluster migrate memory leakMatt Stancliff2015-01-211-0/+1
* | Fix potential invalid read past end of arrayMatt Stancliff2015-01-211-2/+5
* | Fix cluster reset memory leakMatt Stancliff2015-01-211-0/+1
* | Fix sending uninitialized bytesMatt Stancliff2015-01-211-1/+1
* | Cluster: node deletion cleanup / centralization.antirez2015-01-211-13/+20
* | Cluster: set the slaves->slaveof filed to NULL when master is freed.antirez2015-01-211-0/+8
|/
* Cluster: fetch my IP even if msg is not MEET for the first time.antirez2015-01-131-5/+7
* 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
* Add addReplyBulkSds() functionMatt Stancliff2014-12-231-4/+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
* AnetFormatIP(): renamed, commented, now sticks to IP:port format.antirez2014-12-111-1/+1
* Cleanup all IP formatting codeMatt Stancliff2014-12-111-1/+3
* Better read-only behavior for expired keys in slaves.antirez2014-12-101-1/+1
* Cluster PUBLISH message: fix totlen count.antirez2014-11-281-2/+3
* Merge pull request #2096 from mattsta/cluster-ipv6Salvatore Sanfilippo2014-10-311-1/+1
|\