Skip to content

Adds caching support via dogpile and optionally redis to the recipe library

License

Notifications You must be signed in to change notification settings

juiceinc/recipe_caching

Repository files navigation

Overview

Recipe_Caching is an MIT licensed caching extension for the recipe querying library, written in Python. It caches SQL query results keyed by the SQL query. By providing a custom oven and a recipe extension. Using it requires defining a dogpile.cache cache region, using the caching oven, and telling the recipe to use the caching extension.

Installation

pip install recipe_caching

Documentation

https://recipe_caching.readthedocs.io/

Development

To run the all tests run:

py.test

About

Adds caching support via dogpile and optionally redis to the recipe library

Resources

License

Stars

Watchers

Forks

Packages

No packages published