Skip to content

Commit

Permalink
tikv: add a go client link to docker compose deployment (#485)
Browse files Browse the repository at this point in the history
* tikv: add a go client link to docker compose deployment

* tikv: update wording

* tikv: delete extra words
  • Loading branch information
lilin90 authored and QueenyJin committed Jun 6, 2018
1 parent bdb6669 commit cdad95c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tikv/deploy-tikv-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 the Go client, see [Try Two Types of APIs](go-client-api.md).

0 comments on commit cdad95c

Please sign in to comment.