From d40839506c5e3695fc5d236110dd760dae1cbf9d Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:57:43 +0800 Subject: [PATCH] doc: add discord and twitter links --- README.md | 8 ++++++-- README_zh.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06fee30..1e26158 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![GitHub release](https://img.shields.io/github/release/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/releases) [![GitHub stars](https://img.shields.io/github/stars/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/stargazers) [![GitHub forks](https://img.shields.io/github/forks/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/fork) +[![Discord](https://img.shields.io/discord/1170373259133456434?label=Discord&color=5865F2)](https://discord.gg/VTFbBMGjWh) +[![X](https://img.shields.io/badge/Twitter-black?logo=x&logoColor=white)](https://twitter.com/Lykin53448) Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux. @@ -32,13 +34,15 @@ * Operation command execution logs. * Provides command-line operations. * Provides slow logs. +* Segmented loading and querying for List/Hash/Set/Sorted Set. +* Decode/decompression display for value of List/Hash/Set/Sorted Set ## Roadmap -- [ ] Pagination and querying for List/Hash/Set/Sorted Set -- [ ] Decode/decompression display for value of List/Hash/Set/Sorted Set - [ ] Real-time commands monitoring - [ ] Pub/Sub operations - [ ] Embedding Monaco Editor +- [ ] Import/export connection profile +- [ ] Import/export data ## Installation diff --git a/README_zh.md b/README_zh.md index 8c9f801..a17736d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -9,6 +9,8 @@ [![GitHub release](https://img.shields.io/github/release/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/releases) [![GitHub stars](https://img.shields.io/github/stars/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/stargazers) [![GitHub forks](https://img.shields.io/github/forks/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/fork) +[![Discord](https://img.shields.io/discord/1170373259133456434?label=Discord&color=5865F2)](https://discord.gg/VTFbBMGjWh) +[![X](https://img.shields.io/badge/Twitter-black?logo=x&logoColor=white)](https://twitter.com/Lykin53448) 一个现代化轻量级的跨平台Redis桌面客户端,支持Mac、Windows和Linux @@ -32,13 +34,15 @@ * 操作命令执行日志展示 * 提供命令行操作 * 提供慢日志展示 +* List/Hash/Set/Sorted Set的分段加载和查询 +* List/Hash/Set/Sorted Set值的转码显示 ## 未来版本规划 -- [ ] List/Hash/Set/Sorted Set的分页展示和查询 -- [ ] List/Hash/Set/Sorted Set值的转码显示 - [ ] 命令实时监控 - [ ] 发布/订阅支持 - [ ] 引入Monaco Editor +- [ ] 连接配置导入/导出 +- [ ] 数据导入/导出 ## 安装