我按照tutorial中的说明如何安装Nginx,PHP和MysqL,包括PHP5-memcache.
我想知道我是否还需要安装没有“PHP5”前缀的memcache或memcached.
截至目前,我的wordpress网站正在抱怨ff:
The following memcached servers are not responding or not running:
Page Cache: 127.0.0.1:11211.
Database Cache: 127.0.0.1:11211.
Object Cache: 127.0.0.1:11211.
This message will automatically disappear once the issue is resolved.
如果需要安装,它会不会与PHP5-memcache冲突?或者类似于两个版本的过度使用?
什么是最好的版本? Memcache还是Memcached? PHP5-memcache或PHP5-memcached.
我听说memcached与“d”只是一个服务或守护进程.但有人试图将这两者比作我所看到的here.