Good examples of python-memcache (memcached) being used in Python?

Posted by Jonathan Prior on Stack Overflow See other posts from Stack Overflow or by Jonathan Prior
Published on 2009-05-15T13:31:56Z Indexed on 2010/05/23 1:10 UTC
Read the original article Hit count: 270

Filed under:
|
|

I'm writing a web app using Python and the web.py framework, and I need to use memcached throughout.

I've been searching the internet trying to find some good documentation on the python-memcached module, but all I could find was this example on the MySQL website, and the documentation on its methods isn't great.

© Stack Overflow or respective owner

Related posts about python

Related posts about memcached