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

Missing keys due to case sensitive #1296

Open
pascaltozzi opened this issue Dec 11, 2024 · 1 comment
Open

Missing keys due to case sensitive #1296

pascaltozzi opened this issue Dec 11, 2024 · 1 comment

Comments

@pascaltozzi
Copy link

OS

Ubuntu Linux

VERSION

1.6.8

ISSUE DESCRIPTION

Have 2 keys:

MyFolder::key1
myfolder::key2

Result: A single folder appear with myfolder and a single key in it key2
The MyFolder::key1 does not appear in the UI

While searching for MyFolder we can find it with key1

Expect either both key to be in the same folder or 2 folders case insensitive to be in the UI.

@qishibo
Copy link
Owner

qishibo commented Dec 12, 2024

image
I got two folders which containes both key1 and key2

Redis is a case sensitive database, we'd better use case-sensitive folders

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