Complete Guide on Nest JS Caching | Redis

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 5

  • @jediping
    @jediping 20 днів тому

    This helped me so much getting the tiny bit of cache-related functionality I need done. Thank you!

  • @iUmerFarooq
    @iUmerFarooq 7 місяців тому +1

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

  • @pradeepchand5205
    @pradeepchand5205 4 місяці тому

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

  • @sywarbouaziz1646
    @sywarbouaziz1646 5 місяців тому

    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  5 місяців тому

      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.