[Answered ]-Configuring memcached with django

2👍

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

Leave a comment