diff --git a/README.md b/README.md index 59d418c..d4f26ae 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Linux. * Provides visually and user-friendly UI, light and dark themes (Thanks to [Naive UI](https://github.com/tusen-ai/naive-ui) and [IconPark](https://iconpark.oceanengine.com)). * Multi-language support ([Need more languages ? Click here to contribute](.github/CONTRIBUTING.md)). -* Better connection management: supports SSH Tunnel/SSL/Sentinel Mode/Cluster Mode. +* Better connection management: supports SSH Tunnel/SSL/Sentinel Mode/Cluster Mode/HTTP proxy/SOCKS5 proxy. * Visualize key value operations, CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams. * Support multiple data viewing format and decode/decompression methods. * Use SCAN for segmented loading, making it easy to list millions of keys. @@ -50,11 +50,8 @@ Linux. * Support real-time commands monitoring. * Support import/export data. * Support publish/subscribe. -* support import/export connection profile - -## Roadmap - -- [ ] Custom data encoder and decoder for value display +* Support import/export connection profile. +* Custom data encoder and decoder for value display. ## Installation diff --git a/README_zh.md b/README_zh.md index eb13fb4..d34cfc9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -32,7 +32,7 @@ * 界面精美易用,提供浅色/深色主题(感谢[Naive UI](https://github.com/tusen-ai/naive-ui) 和 [IconPark](https://iconpark.oceanengine.com)) * 多国语言支持:英文/中文([需要更多语言支持?点我贡献语言](.github/CONTRIBUTING_zh.md)) -* 更好用的连接管理:支持SSH隧道/SSL/哨兵模式/集群模式 +* 更好用的连接管理:支持SSH隧道/SSL/哨兵模式/集群模式/HTTP代理/SOCKS5代理 * 可视化键值操作,增删查改一应俱全 * 支持多种数据查看格式以及转码/解压方式 * 采用SCAN分段加载,可轻松处理数百万键列表 @@ -46,10 +46,7 @@ * 支持导入/导出数据 * 支持发布订阅 * 支持导入/导出连接配置 - -## 未来版本规划 - -- [ ] 自定义数据展示编码/解码 +* 自定义数据展示编码/解码 ## 安装