Go client for TiKV
Go to file
LinYushen a3ebdb020c fix RowKVClient scan method can't rightly break loop (#43)
* fix RowKVClient scan method can't rightly break loop

Signed-off-by: Yushen Lin <ldnvnbl@gmail.com>

* fix rawkv Scan and ReverseScan

Signed-off-by: Yushen Lin <ldnvnbl@gmail.com>
2020-01-10 18:13:06 +08:00
.github add stale bot 2019-12-26 14:15:30 +08:00
codec Replace pingap/errors with pkg/errors (#8) 2019-03-21 11:01:52 +08:00
config config: cleanup and pass config as parameter (#14) 2019-04-19 17:01:34 +08:00
examples support setting config after creating http proxy handler (#40) 2019-12-20 11:19:03 +08:00
key *: add oracles, latch, kv utils (#5) 2019-03-14 11:28:54 -07:00
locate config: cleanup and pass config as parameter (#14) 2019-04-19 17:01:34 +08:00
metrics Upgrade prometheus client to v1.x (#31) 2019-08-22 20:59:24 +08:00
mockstore/mocktikv Replace pingap/errors with pkg/errors (#8) 2019-03-21 11:01:52 +08:00
proxy support setting config after creating http proxy handler (#40) 2019-12-20 11:19:03 +08:00
rawkv fix RowKVClient scan method can't rightly break loop (#43) 2020-01-10 18:13:06 +08:00
resources *: better metrics support (#24) 2019-06-28 00:37:58 +08:00
retry add code lint (#10) 2019-03-27 11:41:47 +08:00
rpc rpc: fix config bugs (#17) 2019-04-19 21:01:11 +08:00
txnkv Delete some unused code (#33) 2019-11-01 11:49:46 +08:00
.gitignore fix RowKVClient scan method can't rightly break loop (#43) 2020-01-10 18:13:06 +08:00
.travis.yml add travis CI (#15) 2019-04-19 16:05:22 +08:00
LICENSE Initial commit 2018-12-01 12:03:35 +08:00
Makefile add travis CI (#15) 2019-04-19 16:05:22 +08:00
go.mod add client proxy and proxy server example (#11) 2019-04-19 15:06:33 +08:00