diff --git a/README.md b/README.md index 855744c..4efa1f9 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,17 @@ * Better connection management: supports SSH Tunnel/SSL/Sentinel Mode/Cluster Mode. * 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. * Operation command execution logs. * Provides command-line operations. +* Provides slow logs. ## Roadmap - [ ] Pagination and querying for List/Hash/Set/Sorted Set - [ ] Decode/decompression display for value of List/Hash/Set/Sorted Set -- [ ] Slow logs - [ ] Real-time commands monitoring - [ ] Pub/Sub operations +- [ ] Embedding Monaco Editor ## Installation diff --git a/README_zh.md b/README_zh.md index 4c8bfaa..70bb9d7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -24,15 +24,17 @@ * 更好用的连接管理:支持SSH隧道/SSL/哨兵模式/集群模式 * 可视化键值操作,增删查改一应俱全 * 支持多种数据查看格式以及转码/解压方式 +* 采用SCAN分段加载,可轻松处理数百万键列表 * 操作命令执行日志展示 * 提供命令行操作 +* 提供慢日志展示 ## 未来版本规划 - [ ] List/Hash/Set/Sorted Set的分页展示和查询 - [ ] List/Hash/Set/Sorted Set值的转码显示 -- [ ] 慢日志展示 - [ ] 命令实时监控 - [ ] 发布/订阅支持 +- [ ] 引入Monaco Editor ## 安装 diff --git a/screenshots/dark_en.png b/screenshots/dark_en.png index b7e7bb3..47d264d 100644 Binary files a/screenshots/dark_en.png and b/screenshots/dark_en.png differ diff --git a/screenshots/dark_zh.png b/screenshots/dark_zh.png index 75ae13f..8d0b35f 100644 Binary files a/screenshots/dark_zh.png and b/screenshots/dark_zh.png differ diff --git a/screenshots/light_en.png b/screenshots/light_en.png index bf8653e..83aba12 100644 Binary files a/screenshots/light_en.png and b/screenshots/light_en.png differ diff --git a/screenshots/light_zh.png b/screenshots/light_zh.png index a7faaf6..d95259b 100644 Binary files a/screenshots/light_zh.png and b/screenshots/light_zh.png differ