使用ETCD没有好用的GUI工具,随手用c#写了一个,
做得好玩的一个ETCD GUI工具,后面加上CLI 工具,类似于 redis Cli工具一样,简化在 Linux下面的操作,不知道有没有必要, git 地址如下,麻烦点个小星星。
[github地址] https://github.com/xuejiazhi/etcdii
# 下载地址
![](https://img-blog.csdnimg.cn/direct/63e269ecb10249a39c8ff0707e4cb1e8.png)
# 填入EndPoint (IP+PORT)
![](https://img-blog.csdnimg.cn/direct/0d466fd9fba64dc7aa9c3f3e23cedafd.png)
# 增加值
![](https://img-blog.csdnimg.cn/direct/e05ef8b9f6f5473dbb3e5cc95716d94b.png)
# 删除值
![](https://img-blog.csdnimg.cn/direct/9bf83e503e6b46b7b4e3542e3e17c497.png)
# 按前缀过滤
## TODO
- Connect ✅
- Key List ✅
- Get Key ✅
- show Value ✅
- Add Key ✅
- Filter✅
- Remove✅