abstrait: 在thinkphp5中修改config文件下的cache.php文件中的驅(qū)動方式參數(shù):將'type'=>'File'修改成:'type'=>'memcache'即可。 在thinkphp5中內(nèi)置了file,redis,memcache常用的緩存系統(tǒng)。
在thinkphp5中修改config文件下的cache.php文件中的驅(qū)動方式參數(shù):將'type'=>'File'修改成:'type'=>'memcache'即可。
在thinkphp5中內(nèi)置了file,redis,memcache常用的緩存系統(tǒng)。
Professeur correcteur:西門大官人Temps de correction:2019-04-08 10:07:05
Résumé du professeur:thinkphp中內(nèi)置了file,redis,memcache。但是它們的接口不太一樣。公共的只有g(shù)et,set,delete。