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

bug: 304 response to request with if-none-metch header field must contain cache-control, expires, etag header fields #44

Closed a-luna closed 3 years ago

a-luna commented 3 years ago

Fixes #39