想用Memcached替换Memcache

时间:2014-09-27 14:55:59

标签: php wordpress caching memcached

首先,我根据W3总缓存说明安装了以下内容:

1)安装了Memcached

2)PECL Memcache模块

2天后我通过一篇文章比较Memcache Vs Memcached和我安装的Memcached

3)sudo apt-get install php5-memcached。和

4)做了一个Apache restart。 现在我可以在phpinfo中看到它们。

5)我删除了memcache sudo apt-get remove php5-memcache,因为我想使用Memcached

6)卸载后我注意到Class 'Memcache' not found错误并且wordpress未打开。

7)然后我又安装了php5-memcache

8)现在我再次看到phpinfo(请看下面的截图) php info after reinstalling php5-memcache

其他信息

9)已注册的保存处理程序 - 文件user memcache memcached

10)session.save_handler memcache memcache

如何使用memcached来补充memcache。请建议。

我可以同时使用吗?

PHP版本:5.5.9-1ubuntu4.4

Web服务器:Apache

1 个答案:

答案 0 :(得分:1)

你使用哪个Wordpress Memcached? 因为这是你唯一的问题:你需要一个实现Memcached

的WP模块

例如:https://wordpress.org/plugins/wp-ffpc/

我建议你卸载php5-memcache,如果你使用另一个,以避免混淆。

此致