Answer the question
In order to leave comments, you need to log in
How to set up memcache on CentOS and WordPress?
Please tell me how to make memcahed work on CentOS7 and PHP7.
Delivered itself Memcahed yum -y install memcached
Delivered the extension for php yum -y install php-pecl-memcache
Restarted services. Memcahed is listening in the processes. php -m | grep memcache
Says that memcache is present. However, memcahe is not visible in php_info. And in WordPress, memcahed cannot be selected as a cache storage (the option is not active). And if I try to set it up, I can't connect.
Answer the question
In order to leave comments, you need to log in
Try like this
echo "extension=memcache.so" >> /etc/php.d/memcache.ini
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question