mirror of https://github.com/tikv/client-go.git
* introduce raw.Client with api v2 Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * migrate rawkv test to api v2 Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * git fire: refactoring the interface SplitRegion of CodecClientV2 Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * go mod tidy Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix split region issue in CodecClientV2 Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * rearrange imports Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * add version info for RegionCache Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * delay request encoding to RPCClient Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * prevent multiple encoding Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * wip: debugging retry logic Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix EpochNotMatch region decoding Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * remove txn request branch Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * copy request before encoding it Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * add gRPCDialOptions for rawkv.Client Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix api breaking change of raw.NewClient Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * address menglong's comments Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * go mod tidy Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * address comments and fix linter Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix api_test Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix TestScan Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix TestScan Signed-off-by: iosmanthus <myosmanthustree@gmail.com> * fix compatibility Signed-off-by: iosmanthus <myosmanthustree@gmail.com> Co-authored-by: Xiaoguang Sun <sunxiaoguang@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| rawkv.go | ||
| rawkv_test.go | ||
| test_prob.go | ||