danionescu0 / docker-flask-mongodb-example

Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
GNU General Public License v3.0
99 stars 41 forks source link

Add a caching demo #87

Closed danionescu0 closed 3 years ago

danionescu0 commented 3 years ago

A new backend with caching enabled (maybe users crud modified with caching) Add a redis service for caching Enable cache through a decorator Invalidate cache on user update Add a cache TTL

danionescu0 commented 3 years ago

done