client-go/examples
weedge 51aab264f6
add gc options (#828)
Signed-off-by: weedge <weege007@gmail.com>
Co-authored-by: disksing <i@disksing.com>
2023-07-14 12:08:47 +08:00
..
gcworker add gc options (#828) 2023-07-14 12:08:47 +08:00
rawkv client_batch: add test for auto re-connect idle connection when wait connection ready and fix ci (#835) 2023-06-13 14:17:17 +08:00
txnkv client_batch: add test for auto re-connect idle connection when wait connection ready and fix ci (#835) 2023-06-13 14:17:17 +08:00
.gitignore examples/*: rm go.sum (#231) 2021-07-13 07:17:17 +00:00
README.md examples/*: rm go.sum (#231) 2021-07-13 07:17:17 +00:00

README.md

TiKV Go Client Example

TiKV Go Client Example provides examples for TiKV Go Client

Developing

Building Examples:

To build examples/rawkv:

cd ./examples/rawkv
go mod tidy
go build