ClientClosedError: The client is closed error in Node.js with Docker and Redis
I have a Node.js code. While running this code, i have an error. This error is ClientClosedError: The client is closed My redis run on docker called redis1. const redis = require("redis"); const client = redis.createClient({ host: '127.0.0.1', port: 6379…