tikv-client

module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: BSD-3-Clause

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL