From d5a484d3a6194638a7521095ca67b6e1e24413ed Mon Sep 17 00:00:00 2001 From: lilin90 Date: Wed, 6 Jun 2018 11:11:19 +0800 Subject: [PATCH 1/3] tikv: add a go client link to docker compose deployment --- tikv/deploy-tikv-docker-compose.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tikv/deploy-tikv-docker-compose.md b/tikv/deploy-tikv-docker-compose.md index 6f5ab9d3e58e6..6c223a0ddbb7c 100644 --- a/tikv/deploy-tikv-docker-compose.md +++ b/tikv/deploy-tikv-docker-compose.md @@ -54,4 +54,8 @@ You can check whether the TiKV cluster has been successfully deployed using the curl localhost:2379/pd/api/v1/stores ``` -If the state of all the TiKV instances is "Up", you have successfully deployed a TiKV cluster. \ No newline at end of file +If the state of all the TiKV instances is "Up", you have successfully deployed a TiKV cluster. + +## What's next? + +If you want to try a Go client, see [Try Two Types of APIs](go-client-api.md) written in Go. \ No newline at end of file From 3da5ab667a8255beddeff93baaca1bd8ef0ee58a Mon Sep 17 00:00:00 2001 From: lilin90 Date: Wed, 6 Jun 2018 11:13:11 +0800 Subject: [PATCH 2/3] tikv: update wording --- tikv/deploy-tikv-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv/deploy-tikv-docker-compose.md b/tikv/deploy-tikv-docker-compose.md index 6c223a0ddbb7c..ce15708cfe0df 100644 --- a/tikv/deploy-tikv-docker-compose.md +++ b/tikv/deploy-tikv-docker-compose.md @@ -58,4 +58,4 @@ If the state of all the TiKV instances is "Up", you have successfully deployed a ## What's next? -If you want to try a Go client, see [Try Two Types of APIs](go-client-api.md) written in Go. \ No newline at end of file +If you want to try the Go client, see [Try Two Types of APIs](go-client-api.md) written in Go. \ No newline at end of file From 1bffa6fc2ec56e27e8ba5d3cf79e53777455086f Mon Sep 17 00:00:00 2001 From: lilin90 Date: Wed, 6 Jun 2018 11:15:40 +0800 Subject: [PATCH 3/3] tikv: delete extra words --- tikv/deploy-tikv-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv/deploy-tikv-docker-compose.md b/tikv/deploy-tikv-docker-compose.md index ce15708cfe0df..c0f2da7b8c529 100644 --- a/tikv/deploy-tikv-docker-compose.md +++ b/tikv/deploy-tikv-docker-compose.md @@ -58,4 +58,4 @@ If the state of all the TiKV instances is "Up", you have successfully deployed a ## What's next? -If you want to try the Go client, see [Try Two Types of APIs](go-client-api.md) written in Go. \ No newline at end of file +If you want to try the Go client, see [Try Two Types of APIs](go-client-api.md). \ No newline at end of file