client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

Command Line Tool

Open Hoverbear opened this issue 5 years ago • 2 comments

This extends #16 in many ways.

This issue proposes we add a feature command-line which enables a binary (src/bin/client.rs) via the required-features field of [bin].

This binary would allow users to call, for example:

$ tikv-client --pd ${PD} raw set key value
$ tikv-client --pd ${PD} raw get key
value

Closing this issue starts by opening an RFC to define the calling conventions. Due to the size of the issue it's advisable to start with raw first, then add transactional later.

Hoverbear avatar Jan 11 '19 18:01 Hoverbear

This is RFC 21: https://github.com/tikv/rfcs/pull/21

nrc avatar May 02 '19 01:05 nrc

@sciamp-dev is working on this! Yay :)

Hoverbear avatar May 17 '19 20:05 Hoverbear