summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: fix bug in config rewriting during failoverantirez2015-06-121-1/+1
* Merge pull request #2571 from therealbill/sentinel-flushconfig-commandSalvatore Sanfilippo2015-05-251-0/+4
|\
| * adding a sentinel command: "flushconfig"therealbill2015-05-111-0/+4
* | Sentinel: clarify effect of resetting failover_start_time.antirez2015-05-251-2/+4
* | Sentinel: help subcommand in simulate-failure commandantirez2015-05-251-0/+4
* | Sentinel: initial failure simulator implementedantirez2015-05-221-2/+48
* | Sentinel: fix sentinelTryConnectionSharing() by checking for no matchantirez2015-05-201-0/+1
* | Sentinel: SENTINEL CKQUORUM commandsentinel-32antirez2015-05-181-0/+51
* | Sentinel: port address update code to shared links logicantirez2015-05-151-2/+38
* | Sentinel: config-rewrite unique ID just one timeantirez2015-05-141-4/+4
* | Sentinel: remove debugging message from releaseInstanceLink()antirez2015-05-141-1/+0
* | Sentinel: fix access to NULL link->cc in releaseInstanceLink()antirez2015-05-141-1/+1
* | Sentinel: remove SHARED! debugging printfantirez2015-05-141-1/+0
* | Sentinel: rewrite callback chain removing instances with shared linksantirez2015-05-141-1/+17
* | Sentinel: debugging code removed from sentinelSendPing()antirez2015-05-141-9/+0
* | Sentinel: use active/last time for ping logicantirez2015-05-141-21/+37
* | Sentinel: limit reconnection frequency to the ping periodantirez2015-05-131-0/+7
* | Sentinel: PING trigger improvedantirez2015-05-121-1/+4
* | Sentinel: same-Sentinel link sharing across mastersantirez2015-05-121-9/+34
* | Sentinel: add sentinelGetInstanceTypeString() fuctionantirez2015-05-121-0/+7
* | Sentinel: add link refcount to instance descriptionantirez2015-05-111-0/+4
* | Sentinel: connection sharing WIP #1antirez2015-05-111-220/+295
* | Sentinel: suppress warnings for not used args.antirez2015-05-081-0/+2
* | Sentinel: generate +sentinel again, removed in prev commit.antirez2015-05-081-0/+1
* | Sentinel: Use privdata instead of c->data in sentinelReceiveHelloMessages()antirez2015-05-081-6/+4
* | Sentinel: clarify arguments of SENTINEL IS-MASTER-DOWN-BY-ADDRantirez2015-05-081-1/+17
* | Sentinel: don't detect duplicated Sentinels, just address switchantirez2015-05-071-26/+17
* | Sentinel: persist its unique ID across restarts.antirez2015-05-061-17/+42
|/
* Making sentinel flush config on +slavetherealbill2015-05-041-0/+1
* Sentinel: remove useless sentinelFlushConfig() callantirez2015-05-041-4/+1
* fix sentinel memory leakclark.kang2015-04-291-0/+1
* Merge pull request #2386 from inkel/sentinel-add-client-commandSalvatore Sanfilippo2015-03-131-0/+1
|\
| * Support CLIENT commands in Redis SentinelLeandro López (inkel)2015-02-021-0/+1
* | Merge pull request #2054 from mattsta/fix-set-sentinel-quorumSalvatore Sanfilippo2015-02-251-0/+6
|\ \
| * | Sentinel: Add initial quorum bounds checkMatt Stancliff2014-11-201-0/+6
* | | Merge pull request #1966 from mattsta/fix-sentinel-infoSalvatore Sanfilippo2015-02-241-7/+13
|\ \ \ | |_|/ |/| |
| * | Sentinel: Improve INFO command behaviorMatt Stancliff2014-12-111-7/+13
* | | Fix three simple clang analyzer warningsMatt Stancliff2014-12-231-1/+1
* | | Add addReplyBulkSds() functionMatt Stancliff2014-12-231-4/+1
* | | Add 'age' value to SENTINEL INFO-CACHEMatt Stancliff2014-12-221-0/+5
* | | sdsformatip() removed.antirez2014-12-111-1/+3
* | | AnetFormatIP(): renamed, commented, now sticks to IP:port format.antirez2014-12-111-1/+1
* | | Cleanup all IP formatting codeMatt Stancliff2014-12-111-7/+3
|/ /
* | Sentinel: INFO-CACHE comments reworked a bit.antirez2014-12-101-10/+12
* | Sentinel: INFO-CACHE GCC minior code cleanup.antirez2014-12-101-4/+2
* | Sentinel: removed useless flag var from INFO-CACHE.antirez2014-12-101-3/+1
* | Sentinel: INFO-CACHE reply format command shortened.antirez2014-12-101-7/+3
* | Add SENTINEL INFO-CACHE [masters...]Matt Stancliff2014-11-201-0/+69
|/
* Clean up text throughout projectMatt Stancliff2014-09-291-1/+1
* Sentinel sentinelGetLeader() top comment improved.antirez2014-09-111-3/+3