Implementing Redis Task Queues and Deploying on Docker Compose
In this blog, I will be showing how to implement Redis Task Queues in Flask and how to deploy it on Docker using compose.
First we need to understand what are Task Queues? Where do we use them?
According to Google Cloud,
Task queues let applicati...
blog.abbasmj.com8 min read