skip to Main Content

Redis redis.createClient() in Typescript

I was trying to connect Redis (v4.0.1) to my express server with typescript but having a bit issue. Am learning typescript. It's showing redlines on host inside redis.createClient() Can anyone help me out? const host = process.env.REDIS_HOST; const port =…

VIEW QUESTION
Back To Top
Search