﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10168	Can't configure memcached backend to use unix socket	munhitsu	nobody	"So far unix socket is the only way to apply access control on memcached daemon:
{{{
memcached -m 16 -s memcached.sock
}}}

At this point django expects memcached to be on ""server:port"". 
Can you extend it to also support files?

settings.py:
{{{
CACHE_BACKEND = 'memcached://../memcached.sock/?timeout=' +str(TIMEOUT)+ '&max_entries=' +str(MAXENTRIES)
}}}

Exception:
{{{   
File ""/vhost/cr3studio/cr3studio/django_site/django/django/core/cache/backends/memcached.py"", line 17, in __init__
    self._cache = memcache.Client(server.split(';'))
TypeError: expected ""server:port"" but ""../memcached.sock"" found
}}}

PS: you can assign it to me :)"		closed	Core (Cache system)	1.0		wontfix	enhancement	mateusz@…	Unreviewed	0	0	0	0	0	0
