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