FastAPI and Redis Cache

<p>We&rsquo;re back with the&nbsp;<a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a>&nbsp;series, after a month of crazy sprints and fires. We&rsquo;re resuming the&nbsp;<a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a>&nbsp;article series, this time with our beloved and hated friend, Cache!</p> <p>What we&rsquo;re going to do is a simple&nbsp;<a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a>&nbsp;project with&nbsp;<a href="https://www.postgresql.org/" rel="noopener ugc nofollow" target="_blank">Postgres</a>&nbsp;as a relational DB and&nbsp;<a href="https://redis.io/" rel="noopener ugc nofollow" target="_blank">Redis</a>&nbsp;as our cache.</p> <h2>In summary, the following items will be required:</h2> <ul> <li>A&nbsp;<a href="https://fastapi.tiangolo.com/" rel="noopener ugc nofollow" target="_blank">FastAPI</a>&nbsp;image</li> <li>A&nbsp;<a href="https://www.postgresql.org/" rel="noopener ugc nofollow" target="_blank">Postgres</a>&nbsp;image</li> <li>A&nbsp;<a href="https://redis.io/" rel="noopener ugc nofollow" target="_blank">Redis</a>&nbsp;image.</li> </ul> <p>As with the previous projects, we&rsquo;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>
Tags: Redis Cache