tiny-rdm icon indicating copy to clipboard operation
tiny-rdm copied to clipboard

A Modern Redis GUI Client

Results 262 tiny-rdm issues
Sort by recently updated
recently updated
newest added

希望能添加 Linux 中的 [`Flatpak`](https://flatpak.org/) 版本,使其能兼容不同的 Linux 发行版,例如 Fedora、OpenSUSE 等。

help wanted

**Tiny RDM Version** What version of Tiny RDM are you using? 1.2.5 **OS Version** Which OS and version you launch? (Mac/Windows/Linux) Windows 11 **Redis Version** Which version of Redis are...

**Tiny RDM Version** 使用版本v1.2.5 **OS Version** 使用的Windows 10 专业版 版本号 22H2 OS 内部版本 19045.6332 **Describe the bug** 自定义解码我按示例里也是用php写的脚本,用示例的写了下发现解码没反应,不过我一步一步试了下,发下怎么只支持base64_decode跟base64_encode,别的函数比如unserialize、json_encode、gzuncompress这些都不支持,写到脚本里面解码都没反应,不知道为什么 不知道还不知支持别的语言写的脚本,我用node写了解码没反应,不知道是我的写法有问题还是怎么回事

这个写法没问题吧,我在命令行下测试执行都是没问题的,但是界面用这个自定义解码没反应

**Tiny RDM Version** What version of Tiny RDM are you using? tiny-rdm_1.2.5_linux_amd64.AppImage **OS Version** Which OS and version you launch? (Mac/Windows/Linux) Distributor ID: Debian Description: Debian GNU/Linux 13 (trixie) Release:...

**Tiny RDM Version** What version of Tiny RDM are you using? **OS Version** Which OS and version you launch? (Mac/Windows/Linux) **Redis Version** Which version of Redis are you using? **Describe...

公司安全要求,客户端不能保存密码,希望增加一个密码是否保存的选项

rewrite feature

请问如何把解析之后的值传给`tiny RDM`(我不太清楚php) 使用java代码,看了文档没太理解解析之后的值怎么回传给`tiny RDM`。 1. 入参是用的`main`方法里面`String[] args`吗 2. 出参怎么返回

**Tiny RDM Version** What version of Tiny RDM are you using? 1.2.4 **OS Version** Which OS and version you launch? (Mac/Windows/Linux) Linux (ArchLinux) **Redis Version** Which version of Redis are...

help wanted

json 字符串的形式 好像没办法格式化解析和展示 例如: "{\"id\":12345,\"name\":\"示例名称\",\"active\":true,\"tags\":[\"json\",\"示例\",\"测试\"],\"profile\":{\"age\":28,\"email\":\"[email protected]\",\"address\":{\"city\":\"上海\",\"zip\":\"200000\"}},\"scores\":[95,88,76],\"created_at\":\"2025-09-17T15:00:00Z\"}" 这种格式