Memcached Server with Rails
To install memcached server on linux/fedora box yum install memcached Find help for memcached commands and option memcached -help Start memcached server(11211 is default port Number for memcached...
View ArticleHow to install php – memcached server on centos5 or any linux OS
What is Memcached? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating...
View ArticleHow to use memcached with php
If you try to install memcached with Linux server then use following commands # yum install libevent # yum install libmemcached libmemcached-devel # yum install memcached For Starting the memcached...
View ArticleHow to install the memcached binary on CentOS
I always need to install the memcached on my linux servers like fedora or centos. On fedora box installing the memcached is very easy through yum install. But Centos installing and using memcached is...
View Article