mirror of https://github.com/tikv/client-go.git
* fix unstopped resolve when the txn cross regions Signed-off-by: you06 <you1474600@gmail.com> * cancel context when flush done or abort Signed-off-by: you06 <you1474600@gmail.com> --------- Signed-off-by: you06 <you1474600@gmail.com> Co-authored-by: ekexium <eke@fastmail.com> |
||
|---|---|---|
| .. | ||
| gcworker | ||
| rawkv | ||
| txnkv | ||
| .gitignore | ||
| README.md | ||
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