Hello! Tell me how to do it? CentOS 7.
I did
sudo yum install php-memcache like this, but as I understand it does not work on 7-ke.
What to do?
What are the alternatives?
sudo yum install memcached should work.
sudo yum install php7-memcached (sudo yum install php7.0-memcached ) (sudo yum install php-memcached)
If you have php-fpm then use this article https://www.poseti.net/articles/ustanavlivaem-memc ...
redis? Not ?