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

fix malformed uid string in getter #3338

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

dragonchaser
Copy link

@dragonchaser dragonchaser commented Oct 12, 2022

The rediscache returns a uid in the format of <tablename>uid:<someuid> in the getter
this results in issues when trying to delete the key from the cache store, because
the Delete function will prepend the table name to the string which will not be resolvable in redis
(e.g. <tablename><tablename>uid:<somuid>)

refs owncloud/ocis#4772

@update-docs
Copy link

update-docs bot commented Oct 12, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

Signed-off-by: Christian Richter <crichter@owncloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants