Intro to Flask-Caching

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 33

  • @jacksonjegatheesan5045
    @jacksonjegatheesan5045 4 роки тому +10

    you are life saviour every time when i'm struck on my project you upload a solution HAHAH 😀

  • @abcdef-tb6jm
    @abcdef-tb6jm 4 роки тому +4

    words can express how much i love this channel and his tutorial thank you

  • @kennyaires7131
    @kennyaires7131 4 роки тому +3

    Great job with clean and easy to follow examples, thanks!

  • @erkhembayarenkhtaivan2630
    @erkhembayarenkhtaivan2630 2 місяці тому

    beautiful explanation

  • @brianoflondon
    @brianoflondon 3 роки тому

    Once again you're just the best!

  • @doublebrainl7320
    @doublebrainl7320 4 роки тому +8

    would be great if this is followed with a redis backend example. Great job Anthony

    • @SoumilShah
      @SoumilShah 4 роки тому

      I have a nice video on that on my channel check that out redis cache using decorators

    • @prettyprinted
      @prettyprinted  4 роки тому +1

      I decided against setting up a backend for time purposes, but if I expand on this topic, I'll definitely include either Redis or Memcached.

    • @rahulparmar208
      @rahulparmar208 4 роки тому

      @@prettyprinted plzzz show us how to setup redis cache using flask-caching

  • @cascossi809
    @cascossi809 Рік тому

    Thank you for the video. What about jinja2 templates caching?

  • @yashmaheshwari5640
    @yashmaheshwari5640 3 роки тому

    Very nice explanation ....

  • @TenaCodes
    @TenaCodes Рік тому

    Thank you. Very helpful

  • @alex_brutforce
    @alex_brutforce 3 роки тому

    Great video. There only question how to upload cached results somewhere?

  • @georgesmith3022
    @georgesmith3022 4 роки тому +1

    I wonder how this works with queries that return more complex data, like a list of json objects

  • @larrystone654
    @larrystone654 2 роки тому

    Super helpful. Thank you!

  • @bandhalaraja3481
    @bandhalaraja3481 2 роки тому

    Good one, do we have any example for queuing more than 5L from mysql db.

  • @rangabharath4253
    @rangabharath4253 4 роки тому

    Awesome as always

  • @akella1983
    @akella1983 4 роки тому

    Great video. Could you please explain how to use memcache for storing variables instead of databases?

  • @calllumfreeburn3994
    @calllumfreeburn3994 3 роки тому

    hi there, I am trying to store a class instance in the cache by using the cache.set method however whenever I call the class instance using the cache.get method the memory location changes. This is causing my class instance to not hold the variables saved in other requests. Is there a way to store the saved class instance in a permeant memory location?
    Please help haha very stuck :)

  • @AlexeyLeshchenko
    @AlexeyLeshchenko 3 роки тому

    What is the difference between lru_cache and flask-caching?

  • @drac8854
    @drac8854 4 роки тому

    Hi there Anthony can u make a video on how to use strip with flask
    Now i know u have already made one but it was just about accepting payment
    Strip offer much more then that like subscription plan refund and more
    So it would be great if you can make a video on how to implement all that in flask app
    That would be great
    Thanks!

  • @w革命的
    @w革命的 4 роки тому

    Thanks ! you are the best

  • @abrarahmed7549
    @abrarahmed7549 4 роки тому

    It's not working with wsgi please help

  • @張李-m6v
    @張李-m6v Рік тому

    How to use flask-caching in a Flask blueprint?

  • @dsenese
    @dsenese 2 роки тому

    The video is great, but the library could be a little better. I mean, why Flask Caching doesn’t add the cache related headers to the response? And it doesn’t have API to work with the Expires http header.

  • @dadoll1660
    @dadoll1660 4 роки тому

    Thank you!

  • @KrishnaManohar8021
    @KrishnaManohar8021 4 роки тому

    can u make tutorial Django with redis?

  • @samson639
    @samson639 4 роки тому

    Great video, I was wondering if you have any videos of using and cache SQLalchemy caching. I have a site that I am working on but I am hitting the database every time I want to do a read. I building this site to be used as an internal family site and once it is ready I don't want the database to be hit all the time time especially if it just a read. I look on UA-cam and there are no videos and all the courses I have taken don' t teach how to use it.
    The trick thing is I don't want to simply cache the page, what I want to do is cache only pages that are read but whenever the user adds content to the site the cache is updated and then it goes back to use the cache and so on
    I just unsubscribed from your channel because yesterday I posted a comment asking you if you have a video that uses cache with SQLalchemy and instead of saying that you don't you deleted my comment. Yet in your channel you say that if we have any comments and question to post them below, yet you delete them when you can't answer them. The example you posted can easily be found on the document page, why don't you post something that can't be found on the page like handling caching when the user is reading from database and then updating the cache when the database changes. Don't just copy ... I mean post an example that can be found on the documentation

  • @Qzwini
    @Qzwini 4 роки тому

    💙