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

Use cachelib as backend #308

Merged
merged 20 commits into from
Mar 19, 2022

Conversation

northernSage
Copy link
Member

@northernSage northernSage commented Jan 9, 2022

use following cachelib modules as base for flask-caching.backends

  • cachelib.BaseCache
  • cachelib.FilesystemCache
  • cachelib.Memcached
  • cachelib.UWSGICache
  • cachelib.SimpleCache

related to project organization and testing

  • add changelog entry
  • update documentation
  • expand test suite to 100% coverage
  • add cachelib as dependency and rebuild requirement files

@northernSage northernSage self-assigned this Jan 9, 2022
@northernSage northernSage linked an issue Jan 9, 2022 that may be closed by this pull request
@sh4nks
Copy link
Collaborator

sh4nks commented Jan 9, 2022

This is awesome 😊👍

@northernSage
Copy link
Member Author

glad to hear it, feel free to let me know if you have any suggestions @sh4nks

@northernSage northernSage marked this pull request as ready for review January 24, 2022 05:41
@northernSage northernSage linked an issue Mar 13, 2022 that may be closed by this pull request
@northernSage northernSage merged commit 7944b57 into pallets-eco:master Mar 19, 2022
@northernSage northernSage deleted the use-cachelib-backend branch March 19, 2022 21:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants