In voting-app example, the redis service has a int...
# general
c
In voting-app example, the redis service has a internal balancer. If I scale up the redis service, there would be some independent redis instances and front-end app may connect to different redis randomly. Does that make sense? Please correct me if I misunderstood something. Thanks!