etcd

command
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: MIT Imports: 9 Imported by: 0

README

测试说明

  • 编译etcdTestCli
./build.sh
  • 下载etcd
wget https://github.com/etcd-io/etcd/releases/download/v3.4.8/etcd-v3.4.8-darwin-amd64.zip
  • 运行etcd
# 在etcd运行目录下新建目录存放etcd数据
mkdir -p data
# 运行etcd
./etcd --data-dir=./data
  • 写入etcd数据
./etcdTestCli --url="localhost:2379" --root="/test" --key="x1" --content='{"a":"A1"}' --mode="update" --dev=-1
  • 监控etcd数据
./etcdTestCli --url="localhost:2379" --root="/test" --key="x1" --content='{"a":"A"}' --mode="watchValue"
  • 修改etcd数据
./etcdTestCli --url="localhost:2379" --root="/test" --key="x1" --content='{"a":"A2"}' --mode="update" --dev=-1

在监控窗口可以看到修改的数据变化

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