Complete Guide on Nest JS Caching | Redis

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 4

  • @pradeepchand5205
    @pradeepchand5205 2 หลายเดือนก่อน

    hi thanks for video, your explanations is great can you please start microservices using nestjs

  • @iUmerFarooq
    @iUmerFarooq 5 หลายเดือนก่อน +1

    Brother can you please start Nestjs series from beginners to advance level?

  • @sywarbouaziz1646
    @sywarbouaziz1646 3 หลายเดือนก่อน

    hello i'm getting this error
    Error: connect ETIMEDOUT 172.17.0.2:6379
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)

    • @ProgrammingWithLakshya
      @ProgrammingWithLakshya  3 หลายเดือนก่อน

      Hi, you can follow these steps to check if redis is connected.
      1. Make sure you've pulled redis image on docker and it's running in a container.
      2. Then from terminal, get your container IP for redis and add it as host as mentioned in video.
      3. Make sure you're running your nest app in docker. This step is important otherwise your app won't be able to make connection with redis container.
      Let me know if you're still getting issue.