Simplify words and fix format issues

This commit is contained in:
Baohua Yang
2026-02-24 22:01:02 -08:00
parent c44cbfcd62
commit d6e0838807
124 changed files with 45 additions and 1073 deletions

View File

@@ -91,8 +91,6 @@ etcd 在键的组织上采用了层次化的空间结构 (类似于文件系统
#### put
运行以下命令
```bash
$ etcdctl put /testdir/testkey "Hello world"
OK
@@ -127,8 +125,6 @@ $ etcdctl del testkey
### 15.4.2 非数据库操作
本节涵盖了相关内容与详细描述主要探讨以下几个方面
#### watch
监测一个键值的变化一旦键值发生更新就会输出最新的值