On Tue, Jun 24, 2008 at 11:01 AM, Amit Upadhyay <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 24, 2008 at 9:29 PM, Michael Wieher <[EMAIL PROTECTED]>
> wrote:
>>
>> now I would just run the same test you ran earlier, try to set data in
>> the cache, now that the cache itself exists
>
> The memcached server was already running. I tried the test again anyways,
> same result.

If this is what is in your settings file exactly:

CACHE_BACKEND = "memcached:///127.0.0.1:11211/"

It looks to me like you have an extra slash there before your IP
address. Meaning that when this string gets parsed in the cache
backend, it's probably getting nothing for an IP.

/alex

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to