#10168: Can't configure memcached backend to use unix socket
-----------------------------------+----------------------------------------
Reporter: munhitsu | Owner: nobody
Status: closed | Milestone:
Component: Cache system | Version: 1.0
Resolution: wontfix | Keywords: enhancement
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------+----------------------------------------
Comment (by seifert):
Try:
{{{
CACHE_BACKEND = 'memcached://unix:memcached.sock'
}}}
I use:
{{{
memcached -u nobody -s /tmp/memcached.sock -a 0777
}}}
My settings.py:
{{{
CACHE_BACKEND = 'memcached://unix:/tmp/memcached.sock'
}}}
It works.
--
Ticket URL: <http://code.djangoproject.com/ticket/10168#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---