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 * 支持命令实时监控 -* 支持数据导入/导出 +* 支持导入/导出数据 +* 支持发布订阅 +* 支持导入/导出连接配置 ## 未来版本规划 -- [ ] 发布/订阅支持 -- [ ] 连接配置导入/导出 +- [ ] 自定义数据展示编码/解码 ## 安装