summaryrefslogtreecommitdiff
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
* Fix order of release scripts.antirez2015-05-052-0/+0
* 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
* | Merge pull request #2534 from itamarhaber/patch-3Salvatore Sanfilippo2015-05-041-1/+1
|\ \
| * | update copyright yearItamar Haber2015-04-211-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
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-291-3/+3
|\ \ \ \
| * \ \ \ Merge pull request #2550 from badboy/readme-fixesSalvatore Sanfilippo2015-04-291-3/+3
| |\ \ \ \
| | * | | | One more small fixJan-Erik Rediger2015-04-281-1/+1
| | * | | | Fix spelling and grammatical errors in readmeJan-Erik Rediger2015-04-281-3/+3
| | |/ / /
* | | | | Add header guard for ziplist.hantirez2015-04-291-0/+5
|/ / / /
* | | | Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
|/ / /
* | | sha1.c: use standard uint32_t.antirez2015-04-272-11/+11
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-271-1/+1
|\ \ \ | |/ /
| * | Merge pull request #2539 from itamarhaber/patch-4Salvatore Sanfilippo2015-04-241-1/+1
| |\ \ | | |/ | |/|
| | * Added reference to IANA ticket for port 6379Itamar Haber2015-04-241-1/+1
| |/
* | Example redis.conf doc about pidfile fixed.antirez2015-04-261-2/+9
|/
* Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-012-10/+37
* Merge pull request #2485 from oranagra/diskless-repl-fixesSalvatore Sanfilippo2015-04-012-1/+2
|\