Skip to content

10 baby steps to install Memcached Server and access it with PHP | Web Developer Juice

Link To Full Story: www.webdeveloperjuice.com

Thinking of implementing caching for your php application , you are at a right place. Just in 10 simple (copy and paste) steps you can install and access Memcached Server.

Step1: Install libevent ,libmemcached and libmemcached devel (dependency)

1
2
yum install libevent
yum install libmemcached libmemcached-devel
.

Step 2: Install Memcached Server

1
yum install memcached

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*