From 6aca08de3e95f5ba5a5b387178b6502505f39b08 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:54:02 +0800 Subject: [PATCH] doc: update README --- README.md | 5 +++-- README_zh.md | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d2cd1f..59d418c 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,12 @@ Linux. * Integrate with Monaco Editor * Support real-time commands monitoring. * Support import/export data. +* Support publish/subscribe. +* support import/export connection profile ## Roadmap -- [ ] Pub/Sub operations -- [ ] Import/export connection profile +- [ ] Custom data encoder and decoder for value display ## Installation diff --git a/README_zh.md b/README_zh.md index 9e59ce9..eb13fb4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -43,12 +43,13 @@ * List/Hash/Set/Sorted Set值的转码显示 * 内置高级编辑器Monaco Editor * 支持命令实时监控 -* 支持数据导入/导出 +* 支持导入/导出数据 +* 支持发布订阅 +* 支持导入/导出连接配置 ## 未来版本规划 -- [ ] 发布/订阅支持 -- [ ] 连接配置导入/导出 +- [ ] 自定义数据展示编码/解码 ## 安装