Disregard my reply, I see that you solved your problem already. (I missed
the rest of the thread until now.)
Brett
On 10/7/11 10:40 AM, "Brett Epps" wrote:
>Have you configured Django to use memcached in your CACHES setting? If
>so, can you post that? Also, what are you caching?
>
>Brett
>
Have you configured Django to use memcached in your CACHES setting? If
so, can you post that? Also, what are you caching?
Brett
On 10/7/11 8:10 AM, "tino" wrote:
>Hello,
>
>I am trying to implement memcached on my django site.
># telnet localhost 11211
>Trying 127.0.0.1...
>Connected to loca
Thank you Tom, I have set my settings.py appropriately and now caching is
working fine.
On Fri, Oct 7, 2011 at 7:43 PM, Tom Evans wrote:
> On Fri, Oct 7, 2011 at 3:11 PM, TINO THOMAS wrote:
> > Thank you Henrik for your help.
> > I have already given the following entry in settings.py for
> py
On Fri, Oct 7, 2011 at 3:11 PM, TINO THOMAS wrote:
> Thank you Henrik for your help.
> I have already given the following entry in settings.py for python-memcached
> binding
>
> CACHES = {
> 'default': {
> 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
> 'LOC
to do, you need:
> - entry in settings.py
> - python-memcached and pylibmc => otherwise caching fails silently
> - cache-middleware or cache_page decorator
>
> regrads
>
> Henrik
>
> >reply to message:
> >date: 07.10.2011 08:10:51
> >from: "tino
essage:
>date: 07.10.2011 08:10:51
>from: "tino"
>to: "Django users"
>subject: [] memcached not working with django
>
>Hello,
>
>I am trying to implement memcached on my django site.
># telnet localhost 11211
>Trying 127.0.0.1...
>Connected
Hello,
I am trying to implement memcached on my django site.
# telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
stats
STAT pid 22537
STAT uptime 31523
STAT time 1317992962
STAT version 1.4.5
STAT pointer_size 64
STAT rusage_user 0
7 matches
Mail list logo