Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TiKV Rust Client RFC #7

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from 25 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7419c9b
TiKV Rust Client
sunxiaoguang Oct 25, 2018
64aad0b
Add more about API usage
sunxiaoguang Oct 31, 2018
57cc178
Fix some gramma mistakes
sunxiaoguang Nov 2, 2018
e82ac4e
Fix indentation
sunxiaoguang Nov 2, 2018
43ed161
Fixed a typo
sunxiaoguang Nov 5, 2018
5368649
Do not move key for get, scan and delete methods
sunxiaoguang Nov 8, 2018
0cfcaff
Remove KeyRange and use RangeBounds trait instead
sunxiaoguang Nov 9, 2018
aea8d85
Use builder style interface for raw kv
sunxiaoguang Nov 14, 2018
510791f
Use impl Trait whenever possible
sunxiaoguang Nov 14, 2018
bf8ddab
Update example code
sunxiaoguang Nov 15, 2018
5cb6085
Update crate name to 'tikv-client'
sunxiaoguang Nov 15, 2018
584e88a
Add example code to create Config with security
sunxiaoguang Nov 15, 2018
b239698
Add transaction isolation level example
sunxiaoguang Nov 15, 2018
7dd712d
Merge branch 'master' into tikv-client-rust
Hoverbear Nov 15, 2018
78d6100
Clarify that Raw/Transaction APIs are mutually exclusive
sunxiaoguang Nov 16, 2018
cbfceb5
Do not use trait in APIs
sunxiaoguang Nov 16, 2018
9215f8c
Fix formatting issue with wrong indention
sunxiaoguang Nov 16, 2018
6b22b3e
Fix indention and threading model
sunxiaoguang Nov 18, 2018
9b892a3
Use concrete future type for transactional api
sunxiaoguang Nov 18, 2018
c8b0167
Merge branch 'master' into tikv-client-rust
Hoverbear Nov 19, 2018
80457b2
Change example to reflect changes of Config
sunxiaoguang Nov 19, 2018
b68e34b
Remove `Programming Model` section and make it TBD
sunxiaoguang Nov 20, 2018
bd05fde
Fix a typo
sunxiaoguang Nov 21, 2018
e3c080c
Format text to make lines fit into 80 characters
sunxiaoguang Nov 22, 2018
04569e8
provide a C-compatible binding for future clients
sunxiaoguang Nov 22, 2018
e692e80
Merge branch 'master' into tikv-client-rust
Hoverbear Dec 20, 2018
1a7c67f
Fix lints
Hoverbear Dec 20, 2018
e4ef825
add schedule limit design (#13)
disksing Dec 24, 2018
aa950ff
Unified Log Format RFC (#18)
breezewish Jan 7, 2019
5eb89c3
RFC: PD Simulator (#20)
rleungx Jan 28, 2019
252eb33
Update RFC to match code
Hoverbear Feb 20, 2019
9d2e4c3
Merge branch 'master' into tikv-client-rust
Hoverbear Feb 21, 2019
41d029d
Fix lints
Hoverbear Feb 25, 2019
2c77911
Merge branch 'tikv-client-rust' of github.com:sunxiaoguang/rfcs into …
Hoverbear Feb 25, 2019
bbb504c
Merge branch 'master' into tikv-client-rust
Hoverbear May 9, 2019
1ff37ef
Merge branch 'master' into tikv-client-rust
Hoverbear Jul 29, 2019
ddeaeea
Merge branch 'master' into tikv-client-rust
tisonkun Oct 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading