I'm trying to parallelize a function in python which interacts with redis using redis-py package. To achieve this task I'm using multiprocessing pool, however I
How should two different modules foo.py and bar.py get a connection from a Redis connection pool? In other words, how should we structure the app? I believe th