Crate kvcli

source ·
Expand description

kv-rs CLI Tools. [Author fengyang]

§Getting started

❯ ./kvcli

██  ██  █        █
██ ██   ██      ██
███      ██    ██
██ ██     ██  ██
██  ██     ████  KV Storage CLI

Welcome to kvcli.
Connecting to Client.


kvcli > SET order_key xxx
OK ~

kvcli > keys
order_key

kvcli > ksize
1

kvcli > GET order_key
xxx

kvcli > DEL order_key
OK ~

kvcli > GET order_key
N/A ~

Modules§

Statics§

  • The global progress bar and user-facing message output.