Skip to content

yananzhi/cockroachClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cockroachClient

start a session with transaction kv cli

./cli txn --addr=localhost:8080

s [isolation] [transactionName] start a txn with given isolation(si or ssi) and transaction name p [key] [value] put a key/value g [key] get the value with give key c commit the txn r rollback the txn d [key] delete the give key/value with given key

run a tpcc test

./cli tpcc --addr=localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages