no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


memcache [2011/07/18 15:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== memcache ======
  
 +==== CentOS Install ====
 +
 +First, install development libraries that are dependencies:
 +
 +<code>
 +yum install libevent-devel
 +</code>
 +
 +Download memcache tarball from website, and install as normal.
 +
 +Install PECL module
 +
 +<code>pecl install memcache</code>
 +
 +Add this to php.ini, and restart Apache
 +
 +<code>
 +extension=memcache.so
 +</code>

Navigation
QR Code
QR Code memcache (generated for current page)