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 TLRUCacheStore #13

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

Conversation

judahrand
Copy link
Contributor

Implements Issue #11

This store is implemented using a Python package called cachetools.

@codecov
Copy link

codecov bot commented Dec 20, 2019

Codecov Report

Merging #13 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #13   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     15    +1     
  Lines         271    306   +35     
  Branches       25     27    +2     
=====================================
+ Hits          271    306   +35
Impacted Files Coverage Δ
src/rush/exceptions.py 100% <100%> (ø) ⬆️
src/rush/stores/local.py 100% <100%> (ø)

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 68f6763...cba03bc. Read the comment docs.

This store is implemented using a Python package called `cachetools`.
Just adds basic documentation similar to the RedisStore docs.
@judahrand
Copy link
Contributor Author

@sigmavirus24

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