How to install memcached ?
-
- Posts: 301
- Joined: Tue Dec 22, 2015 2:06 pm
How to install memcached ?
I need to use memcached, but it seems that VestaCP did not install it by default.
So I searched this forum and found former post about memcached, and run following command on CentOS 7:
Though the screen shows "Complete", I can not get any return with following command:
What did I miss?
Could you please offer detailed instructions about installing memcached? Or just include this in VestaCP default installation.
Thank you.
So I searched this forum and found former post about memcached, and run following command on CentOS 7:
Code: Select all
yum install --enablerepo=remi php-pecl-apc php-pecl-memcache memcached libmemcached -y
Code: Select all
netstat -tulpn | grep :11211
Could you please offer detailed instructions about installing memcached? Or just include this in VestaCP default installation.
Thank you.
Re: How to install memcached ?
Here's a guide to install memcached on CentOS 7 - http://www.liquidweb.com/kb/how-to-inst ... -centos-7/