tiny-craft / tiny-rdm

Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux.
https://redis.tinycraft.cc/
GNU General Public License v3.0
8.75k stars 440 forks source link

[BUG] redis连接后报错'no db loaded' #353

Closed AzusaZzzz closed 1 month ago

AzusaZzzz commented 2 months ago

Tiny RDM Version What version of Tiny RDM are you using? v1.2.0

OS Version Which OS and version you launch? (Mac/Windows/Linux) Windows Redis Version Which version of Redis are you using? redis:7.4.0-debian-12-r2 Describe the bug A clear and concise description of what the bug is.

Steps to Reproduce: k8s下部署的redis,通过nodePort访问后报错

15223D92-E406-47cb-A0C6-C2F71D2EA8F2
tiny-craft commented 2 months ago

是不是没有读取库个数的权限,通过命令行连接能不能执行config get databases或者info keyspace命令

还是Tiny RDM里面你在连接设置把所有能用的库都隐藏掉了呢

AzusaZzzz commented 2 months ago

是不是没有读取库个数的权限,通过命令行连接能不能执行config get databases或者info keyspace命令

还是Tiny RDM里面你在连接设置把所有能用的库都隐藏掉了呢

命令行能执行

81485343-662D-4f6c-9453-49A8B2CB5764

连接设置如下 image

tiny-craft commented 1 month ago

高级设置里面,数据库过滤方式有没有设置?

tiny-craft commented 1 month ago

1.2.1已经修复这个问题,可以看看还会不会提示这个no db loaded错误,有问题可以随时在这里反馈