summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Parse cluster state file in IPv6 compatible wayMatt Stancliff2014-10-291-1/+1
* | Networking: add more outbound IP binding fixesMatt Stancliff2014-10-291-2/+2
|/
* Cluster: process gossip section only for known nodes.antirez2014-10-081-5/+8
* Cluster: fix logic to detect we are among a minority.antirez2014-10-081-9/+8
* Cluster: more chatty slaves when failover is stalled.antirez2014-10-071-4/+84
* Clean up text throughout projectMatt Stancliff2014-09-291-13/+13
* Cluster: claim ping_sent time even if we can't connect.antirez2014-09-171-0/+6
* Cluster: new option to work with partial slots coverage.antirez2014-09-171-6/+8
* Cluster: Fix segfault if cluster config corruptMatt Stancliff2014-08-251-3/+7
* Fix memory leak in cluster config parsingMatt Stancliff2014-08-181-0/+1
* Clarify existing slot wording on cluster startMatt Stancliff2014-08-181-6/+5
* Remove warnings and improve integer sign correctness.antirez2014-08-131-3/+3
* representRedisNodeFlags() moved into right code section.antirez2014-08-081-38/+41
* Refactor cluster flag printingcharsyam2014-08-081-20/+36
* Free memory in clusterLoadConfig error handlerSungBin_Hong2014-08-081-0/+1
* Cluster: don't migrate to a master that never had slaves.antirez2014-07-251-1/+9
* CLUSTER RESET: Flush dataset if node is a slave.antirez2014-07-221-1/+3
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* CLUSTER SLOTS: don't output failing slaves.antirez2014-06-251-9/+11
* CLUSTER SLOTS: main loop should skip only slaves and zero slot masters.antirez2014-06-251-3/+3
* Cluster: Add CLUSTER SLOTS commandMatt Stancliff2014-06-251-0/+71
* Cluster: myself->ip autodiscovery.antirez2014-06-251-0/+25
* Add REDIS_BIND_ADDR access macroMatt Stancliff2014-06-231-2/+1
* Cluster: clear NOADDR flag when updating node address.antirez2014-06-201-0/+1
* Cluster: fix an error message when logging failover auth denied.antirez2014-06-101-2/+4
* Cluster: better comment for clusterSendFailoverAuthIfNeeded() epoch test.antirez2014-06-101-1/+4
* Cluster: log granted failover authorizations.antirez2014-06-101-0/+2
* Cluster: log configEpoch updates to myself.antirez2014-06-101-2/+11
* Cluster: log when a master denies a failover auth.antirez2014-06-101-3/+44
* Cluster: cluster_my_epoch added to CLUSTER INFO output.antirez2014-06-101-0/+6
* Cluster: check that configEpoch never goes back.antirez2014-06-071-1/+2
* Cluster: SET-CONFIG-EPOCH should update currentEpoch.antirez2014-06-071-0/+2
* Cluster: always allow ok -> fail switch in clusterUpdateState().antirez2014-05-261-0/+1
* Cluster: slave validity factor is now user configurable.antirez2014-05-221-6/+6
* Cluster: use clusterSetNodeAsMaster() during slave failover.antirez2014-05-151-4/+1
* Cluster: clear todo_before_sleep flags when executing actions.antirez2014-05-151-2/+12
* Fixed typo in CLUSTER RESET implementation.antirez2014-05-151-1/+1
* CLUSTER RESET implemented.antirez2014-05-151-0/+88
* Remove trailing spaces from cluster.c file.antirez2014-05-151-9/+9
* Cluster: don't accept cluster bus connections during startup.antirez2014-05-141-0/+4
* Cluster: better handling of stolen slots.antirez2014-05-141-15/+23