skip to Main Content

Error with redis and nodejs in kubernetes

I need to deploy web (angularjs), api (node.js) , redis. However, i am getting error reaching redis to api (node.js) using kubernetes. [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis redis:6379 at errnoException (dns.js:50:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26) I…

VIEW QUESTION

Redis – How to jest mock nestjs imports?

I want to write a unit test for my nestjs 'Course' repository service (a service that has dependencies on Mongoose Model and Redis). courses.repository.ts: import { Injectable, HttpException, NotFoundException } from "@nestjs/common"; import { InjectModel } from "@nestjs/mongoose" import {…

VIEW QUESTION
Back To Top
Search