a-luna / fastapi-redis-cache

A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis)
MIT License
152 stars 24 forks source link

user can add must-revalidate directive to responses #53

Open a-luna opened 3 years ago

a-luna commented 3 years ago

similarly to #51, this should be configurable at a global level and also at each endpoint which overrides the global setting.