Re: memcached client

2005-10-07 Thread Jeremy Dunck
On 10/7/05, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > I've been told that the tummy memcached client is a little better > than the danga one, but I've not yet tried it out and I'm not sure if > it works with Django's cache framework. Ah, but I found

Re: memcached client

2005-10-07 Thread Jacob Kaplan-Moss
I've been told that the tummy memcached client is a little better than the danga one, but I've not yet tried it out and I'm not sure if it works with Django's cache framework. As far as I can tell the API hasn't changed so it should work transparently, though. Jacob

memcached client

2005-10-07 Thread Jeremy Dunck
I see here: ftp://tummy.com/pub/python-memcached/ that there's a new client version as of 9/19/2005. Is anyone using that yet? Or which version is recommended? Or is there another python memcached client I don't know about? And is there documentation on it anywhere?