summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Substitute DISQUE to REDIS after merge from Disqueantirez2015-05-051-1/+1
* processUnblockedClients: don't process clients that blocekd againantirez2015-05-051-3/+8
* Don't put clients into unblocked list multiple timesantirez2015-05-051-2/+6
* Merge pull request #2530 from FuGangqiang/unstableSalvatore Sanfilippo2015-05-041-2/+5
|\
| * sdsfree x and yFuGangqiang2015-04-201-0/+3
| * fix doc exampleFuGangqiang2015-04-201-1/+1
| * fix typoFuGangqiang2015-04-191-1/+1
* | Making sentinel flush config on +slavetherealbill2015-05-041-0/+1
* | Sentinel: remove useless sentinelFlushConfig() callantirez2015-05-041-4/+1
* | Merge pull request #2542 from yossigo/lua_client_buffer_crashSalvatore Sanfilippo2015-05-041-1/+1
|\ \
| * | Fix Redis server crash when Lua command exceeds client output bufferYossi Gottlieb2015-04-261-1/+1
| |/
* | Merge pull request #2551 from charsyam/feature/sentinel-memory-leak-1Salvatore Sanfilippo2015-05-041-0/+1
|\ \
| * | fix sentinel memory leakclark.kang2015-04-291-0/+1
* | | Add header guard for ziplist.hantirez2015-04-291-0/+5
|/ /
* | sha1.c: use standard uint32_t.antirez2015-04-272-11/+11
|/
* Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-012-10/+37
* fixes to diskless replication.Oran Agra2015-03-312-1/+2
* Fix setTypeNext call assuming NULL can be passed.antirez2015-03-311-2/+10
* Set: setType*() API more defensive initializing both values.antirez2015-03-301-0/+6
* Check bio.c job type at thread startup.antirez2015-03-301-0/+7
* Ensure array index is in range in addReplyLongLongWithPrefix().antirez2015-03-301-2/+2
* dict.c: convert types to unsigned long where appropriate.antirez2015-03-271-7/+7
* dict.c: add casting to avoid compilation warning.antirez2015-03-271-1/+1
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-243-0/+26
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-244-29/+102
* Cluster: fix Lua scripts replication to slave nodes.antirez2015-03-222-2/+5
* Two cluster.c comments improved.antirez2015-03-211-2/+3
* Cluster: TAKEOVER option for manual failover.antirez2015-03-211-7/+20
* Fix typo in beforeSleep() comment.antirez2015-03-211-1/+1