-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
feat: redis cache decorator #20452
Merged
ankush
merged 12 commits into
frappe:develop
from
nextchamp-saqib:redis-cache-decorator
Mar 27, 2023
Merged
feat: redis cache decorator #20452
ankush
merged 12 commits into
frappe:develop
from
nextchamp-saqib:redis-cache-decorator
Mar 27, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nextchamp-saqib
requested review from
a team and
shariquerik
and removed request for
a team
March 24, 2023 06:38
github-actions
bot
added
the
add-test-cases
Add test case to validate fix or enhancement
label
Mar 24, 2023
ankush
requested changes
Mar 24, 2023
@nextchamp-saqib add tests :) |
gavindsouza
reviewed
Mar 24, 2023
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #20452 +/- ##
===========================================
- Coverage 63.82% 63.71% -0.12%
===========================================
Files 758 758
Lines 68645 68809 +164
Branches 6193 6193
===========================================
+ Hits 43816 43843 +27
- Misses 21316 21453 +137
Partials 3513 3513
Flags with carried forward coverage won't be shown. Click here to find out more. |
redis cache utils already support this, extending so everyone can use it
ankush
previously approved these changes
Mar 26, 2023
ankush
added
the
tests-failing
Automated tests are failing. Please resolve if it is due to the changes in current PR.
label
Mar 27, 2023
Weirdly site cache tests failing... how 🥴 |
ankush
approved these changes
Mar 27, 2023
ankush
added
defer backport
Backports for some PR are deferred for a week or two to test them properly before releasing
and removed
backport version-14-hotfix
backport to version 14
tests-failing
Automated tests are failing. Please resolve if it is due to the changes in current PR.
labels
Mar 27, 2023
ankush
removed
the
defer backport
Backports for some PR are deferred for a week or two to test them properly before releasing
label
Mar 27, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Same as
@site_cache
but set cache in redis instead of web worker.extends: #17012
no-docs