summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-1/+1
* Trim comment to 80 cols.antirez2016-09-141-1/+1
* Optimize repeated keyname hashing.oranagra2016-09-121-5/+5
* Sentinel: check Slave INFO state more often when disconnected.antirez2016-07-221-2/+8
* Sentinel: fix cross-master Sentinel address update.antirez2016-07-041-2/+9
* Fix Sentinel pending commands counting.antirez2016-06-161-0/+1
* Merge pull request #3274 from MOON-CLJ/fix_promoted_slaveSalvatore Sanfilippo2016-06-151-1/+1
|\
| * fix check when can't send the command to the promoted slaveMOON_CLJ2016-05-261-1/+1
* | fix comment "b>a" to "a > b"andyli2016-06-101-1/+1
* | Fixed typo in Sentinel compareSlavesForPromotion() comment.antirez2016-06-101-1/+1
|/
* Merge pull request #2998 from danielhtshih/unstableSalvatore Sanfilippo2016-05-051-0/+2
|\
| * Fix a possible race condition of sdown detection if theDaniel Shih2016-01-121-0/+2
* | Sentinel: improve handling of known Sentinel instances.antirez2016-01-271-19/+34
|/
* Sentinel: command arity check added where missing.antirez2015-09-081-0/+2
* Merge pull request #2695 from rogerlz/unstableSalvatore Sanfilippo2015-09-081-0/+1
|\
| * Check args before run ckquorum. Fix issue #2635Rogerio Goncalves2015-07-241-0/+1
* | Sentinel: add more commonly useful sections to INFO.antirez2015-07-291-6/+15
* | RDMF: More consistent define names.antirez2015-07-271-87/+87
* | RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-49/+49
* | RDMF: redisAssert -> serverAssert.antirez2015-07-261-16/+16
* | RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-14/+14
* | RDMF: redisLog -> serverLog.antirez2015-07-261-12/+12
* | RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-3/+3
|/
* 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