Nodejs redis not connecting with docker compose
I am simply connecting redis server from docker compose networks but its showing timeout error. I tried with localhost etc but its not working with that also. Here is my app.js import express from "express"; import { createClient } from…