tikv-shell

command module
v0.0.0-...-3ad4106 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2018 License: Apache-2.0 Imports: 15 Imported by: 0

README

tikv-shell

A command-line shell interface for tikv

install:

go get -u github.com/pingcap/tidb
cd $GOPATH/src/github.com/pingcap/tidb; make parser; cd -
go install github.com/c4pt0r/tikv-shell

usage:

./tikv-shell -pd [pd address of tikv cluster, default: localhost:2379]

commands:

put [key] [val]
puts [key1] [value1] [key2] [value2] ... [key N] [value N]
get [key]
seek [begin key(of key prefix)] [limit]
del [key1] [key2] ... [key N]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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