We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50c329d + 96ad45a commit 9558fd1Copy full SHA for 9558fd1
1 file changed
docs/distributed-system/distributed-process-coordination/zookeeper/zookeeper-in-action.md
@@ -70,6 +70,7 @@ Created /node1/node1.1
70
`get` 命令可以获取指定节点的数据内容和节点的状态,可以看出我们通过 `set` 命令已经将节点数据内容改为 "set node1"。
71
72
```shell
73
+[zk: zookeeper(CONNECTED) 12] get -s /node1
74
set node1
75
cZxid = 0x47
76
ctime = Sun Jan 20 10:22:59 CST 2019
0 commit comments