Wednesday, February 12, 2020

Re: Memcache

So memcache for caching is the advised way to go for it.
It involves setting up setting.py for memcache, you would have to work out locations on the computer where it would be stored.  Also strongly advisable, don't cache all your site, just the : difficult parts, reusable parts.
 
               
 


On Tue, Feb 11, 2020 at 10:38 PM Soumen Khatua <soumenkhatua258@gmail.com> wrote:
Hi Folks,
Actually I want to implement memcache service into my project but I don't know How to implement it with proper scalability. If anyone have any idea or code snippet, please share with me.

Thank you

Regards, 
Soumen

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPUw6WbsnhpajNaOFs1xd2f5%3DQ3wzqcRP2vXzrZxNShHPjY7bQ%40mail.gmail.com.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABOHK3QzaL4mo_nYUEiL78wWfpKOCXf6K1jDSq--sxsRJfJPyA%40mail.gmail.com.

3 comments: