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 cache or default bugs #444

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FormJani
Copy link
Contributor

@FormJani FormJani commented Nov 14, 2024

Realised the same issue as fixed in #443 exist in the other cache backends.
This PR fixes all of them.

When a falsy value is returned from cache via memcached backend, it returns None (the default) instead, of the cached value.

This is the same issue as with the Redis backend, which was fixed here:
korfuri@1860549
@FormJani FormJani force-pushed the fix-cache-or-default-bugs branch 3 times, most recently from 79af870 to c6e93d7 Compare November 14, 2024 13:40
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

Successfully merging this pull request may close these issues.

1 participant