How to use pool for redis connection with express-session and connect-redis
I am having some problems with sockets. I'm using express-session to manage session and it is storing session on redis. I want to use pool for connections of redis. Express session uses RedisStore and RedisStore needs RedisClient, I cannot give…