How To Use Memcached In Django Project?
I am working on django-project ,I want to reduce database request overhead. So I am trying with django-cache (Requires Memcached) vi /etc/sysconfig/memcached PORT='11211' USER='m
Solution 1:
You are using it correctly but keep in mind that if you restart memcached, you will loose all your existing sessions. That's to be expected.
Post a Comment for "How To Use Memcached In Django Project?"