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

add missing normalize calls to keys in various areas #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ainesophaur
Copy link

I noticed that keys prefixed with / have the prefix stripped throughout various methods of the adapter (get, delete, etc) but missing in some methods like put. This PR provides the intended behavior that keys set though the store are able to be retrieved when the key is prefixed with a /

@ldez ldez added the bug Something isn't working label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants