How to use Redis as a store for Express Session NestJS
I'm creating an API using NestJS and was trying to set up a session store for my express session but I get an error from this line. I did use express-session with Redis on a new project I created just…