On Wed, Jun 25, 2008 at 2:30 AM, Alex Ezell <[EMAIL PROTECTED]> wrote:
> 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 i
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 se
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.
--
Amit Upa
now I would just run the same test you ran earlier, try to set data in
the cache, now that the cache itself exists
On Tue, Jun 24, 2008 at 10:57 AM, Amit Upadhyay <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 24, 2008 at 9:19 PM, Michael Wieher <[EMAIL PROTECTED]>
> wrote:
>>
>> I don't know how djano
On Tue, Jun 24, 2008 at 9:19 PM, Michael Wieher <[EMAIL PROTECTED]>
wrote:
>
> I don't know how djano uses memcached, but have you like, looks to me
> as if you need an instance of memcached running locally, listening on
> its default port.
Thanks, I just checked and I do, I started it thus:
>
I don't know how djano uses memcached, but have you like, looks to me
as if you need an instance of memcached running locally, listening on
its default port.
memcached is a program outside of django, and would (usually?) be
started independently of anything else.
so be sure you actually have an
Hi,
Am trying get django working with memcached. I am running a few month old
trunk.
Start memcached: $ memcached -v
settings.py contains: CACHE_BACKEND = "memcached:///127.0.0.1:11211/"
shell:
$ python manage.py shell
[EMAIL PROTECTED] mcm_server_add3():2087: unable to lookup/resolve
host: No
7 matches
Mail list logo