It currently only connects to MySQL database, but can be easily ported to any other database, SQL or NoSQL, to accelerate the queries or to minimize the load on the underlying database. The goal is to ...
This project is a continuation of fastapi-redis-cache which seems to no longer be maintained and had fallen behind in both Redis and FastAPI versions. I decided to split this as a separate repository ...
Redis is an open source, fast, feature rich, in-memory caching engine that can be used to store and retrieve data in your applications Caching is a state management strategy that can be used to ...
Going to the database repeatedly is slow and operations-heavy. Caching stores recent/frequent data in a faster layer (memory) ...