Unit 7: Databases, Persistence, and Redis ========================================= In this unit, we will implement a Redis database to store our data sets such that they persist beyond the lifetime of our application containers. We will also learn how to query our data from within a Python script, and connect our containerized Flask API with a containerized Redis database. .. toctree:: :maxdepth: 1 intro_to_redis redis_and_flask