memcache 配置

Posted 少数派&蔡先生

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了memcache 配置相关的知识,希望对你有一定的参考价值。

php.ini文件末尾添加 
extension=php_memcache.dll 
[Memcache] 
memcache.allow_failover = 1 
memcache.max_failover_attempts=20 
memcache.chunk_size =8192 
memcache.default_port = 11211 

 

 

然后在wamp\bin\php\php5.5.12\ext目录下添加和你php版本相同的php_memcache.dll文件

https://windows.php.net/downloads/pecl/releases/memcache/3.0.8/ 







以上是关于memcache 配置的主要内容,如果未能解决你的问题,请参考以下文章

memcache 配置

memcached配置

memcached基础与配置详解

php扩展memcached和memcache的安装配置方法

PHP配置Memcached

php扩展memcached和memcache的安装配置方法:转载