FastAPI and Redis Cache
<p>We’re back with the <a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a> series, after a month of crazy sprints and fires. We’re resuming the <a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a> article series, this time with our beloved and hated friend, Cache!</p>
<p>What we’re going to do is a simple <a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a> project with <a href="https://www.postgresql.org/" rel="noopener ugc nofollow" target="_blank">Postgres</a> as a relational DB and <a href="https://redis.io/" rel="noopener ugc nofollow" target="_blank">Redis</a> as our cache.</p>
<h2>In summary, the following items will be required:</h2>
<ul>
<li>A <a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a> image</li>
<li>A <a href="https://www.postgresql.org/" rel="noopener ugc nofollow" target="_blank">Postgres</a> image</li>
<li>A <a href="https://redis.io/" rel="noopener ugc nofollow" target="_blank">Redis</a> image.</li>
</ul>
<p>As with the previous projects, we’ll use a Docker Compose to have all the infrastructure.</p>
<p><a href="https://medium.com/@arturocuicas/fastapi-and-redis-cache-a31ca832853e"><strong>Read More</strong></a></p>