Saturday, May 1, 2010

Memcached on webfaction

Choose memcached from custom install scripts and set extra info to maximum number of MB (eg 2)

This executes:
memcached start -d -l 127.0.0.1 -m 5 -P $PWD/memcached.pid -p XXXXX

Then can access with gluon.contrib.memcache

Take note of port used

No comments: