summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test: ZADD CH testszaddnxantirez2015-05-291-0/+7
* ZADD RETCH option renamed CHantirez2015-05-291-4/+4
* Test: ZADD INCR testantirez2015-05-291-0/+14
* Test: ZADD NX and XX options testsantirez2015-05-291-0/+59
* ZADD RETCH option: Return number of elements added or updatedantirez2015-05-291-1/+4
* ZADD NX and XX optionsantirez2015-05-291-6/+26
* ZADD implemenation able to take options.antirez2015-05-281-10/+49
* 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
* | Merge branch 'sentinel-32' into unstableantirez2015-05-192-275/+571
|\ \
| * | Sentinel: CKQUORUM testsantirez2015-05-191-0/+34
| * | 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
* | | Rewrite smoveCommand test with ternary operatorantirez2015-05-151-4/+1
* | | Merge pull request #2529 from gnethercutt/issue_2517Salvatore Sanfilippo2015-05-152-1/+5
|\ \ \
| * | | uphold the smove contract to return 0 when the element is not a member of the...Glenn Nethercutt2015-04-172-1/+5
* | | | Merge pull request #2573 from HeartSaVioR/fix-protocol-error-log-levelSalvatore Sanfilippo2015-05-151-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | protocol error log should be seen debug/verbose levelJungtaek Lim2015-05-121-1/+1
|/ / /
* | | Merge pull request #2564 from charsyam/feature/compile-error-freebsd-1Salvatore Sanfilippo2015-05-051-0/+1
|\ \ \ | |_|/ |/| |
| * | fix compile error for struct msghdrclark.kang2015-05-051-0/+1
* | | 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