-
Notifications
You must be signed in to change notification settings - Fork 220
RawKV Basic
disksing edited this page Dec 13, 2021
·
5 revisions
If you don't need transaction and multi-version support, you can consider using TiKV in the rawkv way, which usually has a faster response time.
Note: Currently a TiKV cluster can only choose one of the rawkv or txnkv APIs to use. Mixing them will cause unavailability issues due to inconsistent key encoding.
The simple usage of rawkv can be found in example usage.
Feel free to help improving! Minor changes are warmly welcomed. Just simply click edit!
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Contents
- Client-Go Wiki
- Compatibility
- API V2
- Transactional API
- RawKV API
- Configurations
- Utilities