modulepackage
0.0.0-20210616072434-d674cee751f4
Repository: https://github.com/kjzz/client-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewRawKVClient creates a client with PD cluster addrs.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
Timeout durations.
For requests that may need scan region multiple times.
For requests that may need scan region.
Timeout durations.
# Variables
No description provided by the author
No description provided by the author
ErrMaxScanLimitExceeded is returned when the limit for rawkv Scan is to large.
MaxRawKVScanLimit is the maximum scan limit for rawkv Scan.
# Structs
No description provided by the author
KeyRange represents a range where StartKey <= key < EndKey.
RawKVClient is a client of TiKV server which is used as a key-value storage, only GET/PUT/DELETE commands are supported.
No description provided by the author
# Type aliases
No description provided by the author
EncodedKey represents encoded key in low-level storage engine.
Key represents high-level Key type.