Skip to content

RawKV Basic

disksing edited this page Dec 13, 2021 · 5 revisions

Basic RawKV API

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.

Clone this wiki locally