How to install memcached ?
Posted: Thu Dec 24, 2015 2:52 pm
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.