There is an easy to use pure python module called python-memcached available
at tummy.com:

http://www.tummy.com/Community/software/python-memcached/

You can install it by doing:

easy_install python-memcached

If you look at the memcache.py script, you'll see a usage example in the
tests towards the bottom in the if name == '__main__' condition.

Hope this helps.


On Mon, Aug 3, 2009 at 3:07 PM, JJ <jeremiahjes...@gmail.com> wrote:

>
> I'm not seeing many examples on the web using memcache and python. Can
> someone show me a quick sample of how to set up, add and retrieve data
> from memcache?
>
> thanks,
> JJ
>

Reply via email to