module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Sep 6, 2023
License: BSD-3-Clause
Opens a new window with license information.
README
¶
tikv-client
tikv-client is simple command line program
#install
download in page:https://github.com/lingdor/tikv-client/releases
#demo
./tikv --pd 127.0.0.1:2379
put xx "good\"123"
output:
done!
get key1 xx
output:
key1:
xx: good"123
set names utf8
set names gbk
save a jpg to tikv:
cat aa.jpg | tikv --pd 127.0.0.1:2379 --exec "rawput key1"
output to image file:
tikv --pd 127.0.0.1:2379 --exec "rawget key1" > aa.jpg
Directories
¶
Click to show internal directories.
Click to hide internal directories.