summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cluster: fixed data_age computation / check integer overflow.antirez2014-05-121-3/+4
* Cluster: forced failover implemented.antirez2014-05-121-5/+27
* Cluster: bypass data_age check for manual failovers.antirez2014-05-121-4/+11
* RESTORE: reply with -BUSYKEY special error code.antirez2014-05-121-1/+1
* CLUSTER MEET: better error messages when address is invalid.antirez2014-05-091-4/+6
* Cluster: bulk-accept new nodes connections.antirez2014-05-091-17/+23
* Cluster: clusterAcceptHandler() comments updated to match the code.antirez2014-05-091-4/+5
* CLUSTER SET-CONFIG-EPOCH implemented.antirez2014-04-291-0/+31
* clusterLoadConfig() REDIS_ERR retval semantics refined.antirez2014-04-241-1/+10
* Lock nodes.conf to avoid multiple processes using the same file.antirez2014-04-241-0/+62
* fix cluster node description showing wrong slot allocationkingsumos2014-04-221-1/+1
* Add casting to match printf format.antirez2014-04-071-2/+3
* Cluster: last_vote_epoch -> lastVoteEpoch.antirez2014-03-271-8/+8
* Cluster: save/restore vars that must persist after recovery.antirez2014-03-271-6/+36
* Cluster: handshake "already known" error logged to VERBOSE.antirez2014-03-261-1/+1
* Cluster: clusterHandleConfigEpochCollision() fixed.antirez2014-03-261-2/+6
* Cluster: better logging for clusterUpdateSlotsConfigWith().antirez2014-03-261-3/+13