Python: using Memcache Client
April 23, 2009 § Leave a Comment
For some reason, it’s always hard to find example on how to create memcache client object using Python.
This time, I will remember:
import memcache
memc = memcache.Client(['127.0.0.1:11211'])