Skip to content

Implemented Cache with Redis#2755

Merged
renzon merged 1 commit intomasterfrom
2024
Jul 31, 2020
Merged

Implemented Cache with Redis#2755
renzon merged 1 commit intomasterfrom
2024

Conversation

@renzon
Copy link
Copy Markdown
Member

@renzon renzon commented Jul 31, 2020

close #2024

@renzon renzon temporarily deployed to pythonpro-staging July 31, 2020 12:54 Inactive
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 31, 2020

Codecov Report

Merging #2755 into master will increase coverage by 0.26%.
The diff coverage is 96.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2755      +/-   ##
==========================================
+ Coverage   95.05%   95.31%   +0.26%     
==========================================
  Files         218      204      -14     
  Lines        6008     5704     -304     
==========================================
- Hits         5711     5437     -274     
+ Misses        297      267      -30     
Impacted Files Coverage Δ
...ythonpro/checkout/migrations/0001_payment_setup.py 100.00% <ø> (ø)
pythonpro/checkout/migrations/0002_webdev_setup.py 100.00% <ø> (ø)
...pro/checkout/migrations/0003_data_science_setup.py 100.00% <ø> (ø)
pythonpro/checkout/urls.py 100.00% <ø> (ø)
pythonpro/core/tests/test_admin.py 100.00% <ø> (ø)
pythonpro/core/tests/test_email_migration.py 100.00% <ø> (ø)
pythonpro/core/tests/test_lead_email_migration.py 100.00% <ø> (ø)
pythonpro/core/tests/test_lead_landing_page.py 100.00% <ø> (+0.96%) ⬆️
pythonpro/core/tests/test_linktree.py 100.00% <ø> (ø)
pythonpro/core/tests/test_login.py 100.00% <ø> (ø)
... and 137 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2be0f2c...dce00ca. Read the comment docs.

@renzon renzon temporarily deployed to pythonpro-staging July 31, 2020 13:07 Inactive
@renzon renzon merged commit de61fc4 into master Jul 31, 2020
@renzon renzon deleted the 2024 branch July 31, 2020 13:35
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.

Install Redis Cache

1 participant