Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] key里面带特殊字符的时候界面展示有问题,并且也无法删除key #404

Open
lovejoy opened this issue Jan 3, 2025 · 1 comment

Comments

@lovejoy
Copy link

lovejoy commented Jan 3, 2025

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

Describe the bug
A clear and concise description of what the bug is.
image

cloud-basic["ListServiceWithCache","",{"param":{"appId":"2646"},"column":null,"pages":{"pageNum":0,"pageSize":0,"count":0},"sorting":null,"fetch_first":false}]

key里面带了json编码的字符串,展示成了树装,并且删除的时候无法删除

实际应该是这样的key
cloud-basic["ListServiceWithCache","",{"param":{"appId":"2646"},"column":null,"pages":{"pageNum":0,"pageSize":0,"count":0},"sorting":null,"fetch_first":false}]

Steps to Reproduce:

@tiny-craft
Copy link
Owner

你这个展示需要在这个连接的设置里面把键分隔符改一下,因为默认分隔符就是:

image


我试了下cloud-basic["ListServiceWithCache","",{"param":{"appId":"2646"},"column":null,"pages":{"pageNum":0,"pageSize":0,"count":0},"sorting":null,"fetch_first":false}]这个键,是可以删除的啊,没有问题。你是在哪里操作删除的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants