I installed Memcache doing this:
gunzip memcached-1.2.1.tar.gz
tar -xvf memcached-1.2.1.tar
cd memcached-1.2.1
./configure
make
make install
Now, what exactly is the next step? (for Python) I know there are two modules, but my friend wants me to install memcachedb. Do I install that? After I do that, how do I start the service and start using it?