I'd like somebody to explain me the difference between installing memcached for CentOS 7 and installing it from EasyApache4 experimental repo
How to Install Memcached on CentOS 7 – Liquid Web Knowledge Base
MemcacheD in EasyApache4
Which is the best way? Why? Why should I install EA4 experimental instead of Liquidweb memcached installation instructions?
How to Install Memcached on CentOS 7 – Liquid Web Knowledge Base
Code:
yum -y install memcached
memcached -h
systemctl start memcached
Code:
yum install ea4-experimental
yum install ea-php##-php-memcache
yum install ea-php##-php-memcached