Paulo Linhares - Packapps

Results 2 comments of Paulo Linhares - Packapps

const redisUrl = process.env.REDIS_URL || 'redis://localhost:xxxx'; const redis = new Redis(redisUrl, { tls: { rejectUnauthorized: false } }); it solved the problem here.