NestJs caching with Redis

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 33

  • @EmmanuelOdii80
    @EmmanuelOdii80 10 месяцев назад

    Great video!
    I've been stucked on this for a while, especially when setting up different environments

    • @Computerix
      @Computerix  10 месяцев назад

      Glad I was of help!

  • @doaatech4230
    @doaatech4230 4 месяца назад

    Thank you, the only redis nestjs tutorial that I understood.

    • @Computerix
      @Computerix  4 месяца назад

      @@doaatech4230 you're welcome! 😁

  • @MaximeCHEVASSON
    @MaximeCHEVASSON 6 месяцев назад

    Excellent step-by-step tutorial, much needed, thanks a lot for your work 🎉

    • @Computerix
      @Computerix  6 месяцев назад

      @@MaximeCHEVASSON You're welcome !

  • @ahmedsalah6061
    @ahmedsalah6061 3 месяца назад

    thank you very much , this is the only tutorials that works for me, keep going.

    • @Computerix
      @Computerix  3 месяца назад +1

      You're welcome! I'm glad

  • @osamahussam4351
    @osamahussam4351 5 месяцев назад

    Appreciated! You solved all the ambiguous questions that I struggled with.

    • @osamahussam4351
      @osamahussam4351 5 месяцев назад

      A small notice from the nestjs docs:
      If using cache-manager v4, provide ttl in seconds
      If using cache-manager v5, provide ttl in milliseconds

    • @Computerix
      @Computerix  5 месяцев назад

      I'm glad !
      And thanks for sharing the information !

  • @Phantom-pu1xn
    @Phantom-pu1xn 11 месяцев назад

    Continue making videos brother. You explain very well.

    • @Computerix
      @Computerix  11 месяцев назад

      Thank you! I will

  • @ayo-ju5sv
    @ayo-ju5sv 22 дня назад

    Thank you for this master piece🙏

  • @omarps6622
    @omarps6622 10 месяцев назад

    Very great, thank you and I am eagerly awaiting the best practices lesson😍

    • @Computerix
      @Computerix  10 месяцев назад +1

      Can't make you wait any longer, so here you go : ruclips.net/video/LeYbsTzOctA/видео.htmlsi=dZIojWmc0YIs1DWy :))

    • @omarps6622
      @omarps6622 10 месяцев назад

      ​@@Computerix I thought you didn't create it because it wasn't in the series

  • @pewdthedark5269
    @pewdthedark5269 7 месяцев назад

    informative and well structured video !! thank you

  • @hassanmhassan5500
    @hassanmhassan5500 11 месяцев назад

    keep going bro, that is very helpful👌

    • @Computerix
      @Computerix  11 месяцев назад +1

      Thank you for your continuous support!

  • @odaytarek3528
    @odaytarek3528 11 дней назад

    happy new year ❤❤

  • @DaniqueLomanNL
    @DaniqueLomanNL 9 месяцев назад

    great video, thank you !

  • @ruhankhandakar
    @ruhankhandakar 11 месяцев назад

    I am using redis, but don't know why ttl is not working, It getting stored for forever. Any possible issue ?

    • @Computerix
      @Computerix  11 месяцев назад

      if you're using useFactory, and returning the redis store object, then you'd need to set the TTL inside of that object, instead of returning it directly as a parameter alongside the store

    • @deloni6014
      @deloni6014 10 месяцев назад

      when I started using the cache-manager-redis-yet dependency instead of cache-manager-redis-store, the cache worked

  • @deloni6014
    @deloni6014 10 месяцев назад

    Thank you

  • @saurabhtalele1537
    @saurabhtalele1537 6 месяцев назад

    🎉🎉

  • @nicholas_eras
    @nicholas_eras 8 месяцев назад

    Hi, i keep getting the error TypeError: this.cacheManager.set is not a function, adn console.log(this.cacheManager) returns {}

    • @samuelvalentine7846
      @samuelvalentine7846 3 месяца назад

      Hey man, how did you fix this. I am getting the same error