You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-24Lines changed: 28 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ tikv-client = 0.1
21
21
22
22
Note, that you will need `tikv-client = { git = "https://github.com/tikv/client-rust.git" }` until we publish the crate (should be any day now).
23
23
24
-
The minimum supported version of Rust is 1.40.
24
+
The minimum supported version of Rust is 1.40. The minimum supported version of TiKV is 5.0.
25
25
26
26
The general flow of using the client crate is to create either a raw or transaction client object (which can be configured) then send commands using the client object, or use it to create transactions objects. In the latter case, the transaction is built up using various commands and then committed (or rolled back).
27
27
@@ -73,32 +73,36 @@ Important note: It is **not recommended or supported** to use both the raw and t
73
73
74
74
### Raw requests
75
75
76
-
| Request | Main parameter type | Result type | Noteworthy Behavior |
0 commit comments