Architecture of Voting app application

Hello,

I wanted to find out what was the reasoning behind the architecture of the voting app, like why are we using redis to cache votes instead of persisting that straightway into the postgress. Just curious and would appreciate the thought process. thank you

Hi @hungry4knowledge,

The voting app is just an exercise lab to learn docker and how multiple containers interact

Regard