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
/
Before I found this library, I am using / as the key separator.
and now I want to use this library in my codebase, but Storage always construct key as a:b:c
a:b:c
The text was updated successfully, but these errors were encountered:
This is not easy, and it will be a breaking change for all.
and there also are functions that already in used.
Sorry, something went wrong.
That's correct. What i plan is to support encodeKey utilities to allow this characters.
I made my first implementation for this, I will make a pr later
:
Moving to #437
No branches or pull requests
Describe the feature
Before I found this library, I am using
/
as the key separator.and now I want to use this library in my codebase, but Storage always construct key as
a:b:c
Additional information
The text was updated successfully, but these errors were encountered: