Does the redis or connect-redis offer any connection pooling? I'm not sure the best place to initiate a connection within an express web app.
Is it within server.js? or do I need to initiate a connection on each controller that makes a query to redis?
Thanks!