如何在 centOS 中使用 php 7.1 安装 memcached?

How to install memcached with php 7.1 in centOS?

我试过以下命令:

我只能看到在上述命令 运行 之后安装的 memcache 模块。

我认为您已经尝试过此 link 中的命令,但都不起作用 :D https://devdocs.magento.com/guides/v2.3/config-guide/memcache/memcache_centos.html

终于找到解决方案了! 我对 php 7.1 的任何模块的安装进行了一些研究。我在 运行 以下命令时获得成功:

  • sudo yum install -y php71-memcached [使用 72 而不是 71(php 版本)用于 php7.2]