Merge pull request #2564 from mzupan/fix-query-doc

Doc Fix: The Near key is out of place
This commit is contained in:
James Phillips 2016-12-01 22:50:22 -08:00 committed by GitHub
commit 34a9708ea5
1 changed files with 1 additions and 1 deletions

View File

@ -70,13 +70,13 @@ query, like this example:
"Name": "my-query",
"Session": "adf4238a-882b-9ddc-4a9d-5b6758e4159e",
"Token": "",
"Near": "node1",
"Service": {
"Service": "redis",
"Failover": {
"NearestN": 3,
"Datacenters": ["dc1", "dc2"]
},
"Near": "node1",
"OnlyPassing": false,
"Tags": ["primary", "!experimental"]
},