summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Geo: addReplyDoubleDistance() precision set to 4 digitsantirez2015-06-221-6/+8
* Geo: JSON features removedantirez2015-06-226-460/+25
* Geo: removed bool usage from Geo code inside Redisantirez2015-06-223-34/+34
* Geo: removed JSON failing test (false positive)antirez2015-06-221-8/+0
* Geo: removed useless functions, Marcatore coordinates, bool usageantirez2015-06-224-213/+92
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-2217-6/+2167
* Sentinel: fix bug in config rewriting during failoverantirez2015-06-121-1/+1
* Merge pull request #2614 from linfangrong/patch-1Salvatore Sanfilippo2015-06-111-1/+1
|\
| * Update t_zset.clinfangrong2015-06-021-1/+1
* | Use best effort address binding to connect to the masterantirez2015-06-111-1/+1
* | anet.c: new API anetTcpNonBlockBestEffortBindConnect()antirez2015-06-112-3/+22
* | anetTcpGenericConnect(), jump to error not end on errorantirez2015-06-111-2/+2
* | Don't try to bind the source address for MIGRATEantirez2015-06-111-2/+2
* | hide access to debug tableBen Murphy2015-06-031-6/+9
* | disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* | Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
|/
* Merge branch 'zaddnx' into unstableantirez2015-05-292-16/+158
|\
| * 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 #2586 from huachaohuang/patch-1Salvatore Sanfilippo2015-05-281-1/+1
|\ \
| * | Update anet.cHuachao Huang2015-05-211-1/+1
* | | Merge pull request #2587 from itamarhaber/patch-5Salvatore Sanfilippo2015-05-281-1/+1
|\ \ \ | |_|/ |/| |
| * | Removed incorrect suggestionItamar Haber2015-05-211-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
* | 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