Installing memcached for a django project

前端 未结 2 1638
长发绾君心
长发绾君心 2021-01-31 08:18

From the django docs:

After installing Memcached itself, you\'ll need to install a memcached binding. There are several python memcached bindings availabl

2条回答
  •  粉色の甜心
    2021-01-31 08:30

    Detailed explanation here http://ilian.i-n-i.org/caching-websites-with-django-and-memcached/

    The link above includes explanations for how to install Memcached on Ubuntu, how to configure it as cache engine in your Django project and how to use it.

提交回复
热议问题