Configuring Memcached With Django
I'm working with an ubuntu 16.04 VPS, where I have a django 1.8 app running using uwsgi and nginx. I want to install memcached for django , so I've been looking at https://docs.dja
Modify /etc/memcached.conf
Comment -p
and -l
- This disables TCP sockets
Add -s /tmp/memcached.sock
and restart the daemon
https://linux.die.net/man/1/memcached
Post a Comment for "Configuring Memcached With Django"