Home  >  Article  >  Backend Development  >  memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

WBOY
WBOYOriginal
2016-12-01 01:27:471900browse

1. Use the S method that comes with TP3.2.3 to use Memcache. Memcache support is turned on. According to the online tutorial, the Ctrl+V method cannot output the results normally
2. Look at the picture first
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

This is the configuration:
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

The php-ini file has also been added with relevant content


But the output result is false
Please help

I have also tried this...
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

Reply content:

1. Use the S method that comes with TP3.2.3 to use Memcache. Memcache support is turned on. According to the online tutorial, the Ctrl+V method cannot output the results normally
2. Look at the picture first
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

This is the configuration:
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

The php-ini file has also been added with relevant content


But the output result is false
Please help

I have also tried this...
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)
memcached - ThinkPHP3.2.3 cannot output results correctly using S method (Memcache)

Friend, have you installed the memcached service?

You need a service to connect to it, just like mysql needs a mysql server

If not, you can still use File speed

Confirm whether the S function is configured to use memcache and whether the address and port of memcache are correct

Check if the memcache service is installed

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn