You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,14 @@ $ etcdctl+ distribute -h
23
23
Download the [etcdctl+.ts](ts/etcdctl+.ts), and [config it](https://simfg.github.io/fig). You can also use the [etcdctl.ts](https://simfg.github.io/etcdctl.ts) config the `etcdctl` command.
24
24
25
25
## Function List
26
+
27
+
1.**distribute** View data distribution according to data size
28
+
2.**look** Show or export all the etcd data, and be used with terminal or loki
29
+
3.**find** Get key based on certain characters
30
+
4.**leader** Get the leader node info
31
+
5.**clear** Clear all the etcd data
32
+
6.**decode** decode the etcd value that is encoded
33
+
26
34
### distribute
27
35
View data distribution in etcd according to the `key` size , `value` size or `key + value` size by setting the `type` command param.
0 commit comments