We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu Linux
1.6.8
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
myfolder
MyFolder::key1
While searching for MyFolder we can find it with key1
MyFolder
Expect either both key to be in the same folder or 2 folders case insensitive to be in the UI.
The text was updated successfully, but these errors were encountered:
I got two folders which containes both key1 and key2
Redis is a case sensitive database, we'd better use case-sensitive folders
Sorry, something went wrong.
No branches or pull requests
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 key2The
MyFolder::key1
does not appear in the UIWhile searching for
MyFolder
we can find it with key1Expect either both key to be in the same folder or 2 folders case insensitive to be in the UI.
The text was updated successfully, but these errors were encountered: