laravel5 memcache 如何使用?
.env 文件 CACHE_DRIVER=memcached 已经配置实用 memcached ,windows wamp 环境也配置好了memcache
在 laravel5 使用 Cache::put('key', 'value', '60'); 报错如下
FatalErrorException in MemcachedConnector.php line 52:
Class 'Memcached' not found
请问是什么问题呢?
在 laravel5 使用 Cache::put('key', 'value', '60'); 报错如下
FatalErrorException in MemcachedConnector.php line 52:
Class 'Memcached' not found
请问是什么问题呢?
2 个回复
爬行的大爷
赞同来自:
这里请注意,是 memcached 扩展,而不是 memcache扩展。
memcached扩展官方地址: http://pecl.php.net/package/memcached
ajiader
赞同来自: