Signed-off-by: ekexium <ekexium@gmail.com>
This commit is contained in:
ekexium 2020-10-12 10:12:05 +08:00
parent f4f86b18f9
commit 06283c0ad3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ There are some [examples](examples) which show how to use the client in a Rust p
| `batch_get` | `Iter<Key>` | `Iter<KvPair>` | Skip non-existent keys; Does not retain order |
| `lock_keys` | `KvPair` | `()` | |
For detailed behavior of each reqeust, please refer to the [doc](#Access-the-documentation).
For detailed behavior of each request, please refer to the [doc](#Access-the-documentation).
#### Experimental raw requests