Tuesday, July 25, 2017

Re: It's possible to cache entire model

Hi Fellipe,
if you want to cache an entire model. You can look at this package(Django Cachalot - http://django-cachalot.readthedocs.io/en/latest/).
 I use it in production and its been amazing. It caches the entire ORM and does automatic invalidation.
its very easy to use. 
you literally need two lines of code and you will be up and running.
It has support for Redis and Mem cache.

Cheers,

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e6009f69-b7fb-46f7-9d22-c693d23522c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment