thinkphp5简单使用redis缓存

<?php namespace app\index\controller; use think\Controller; use think\Cache\Driver\Redis; class Index extends Controller { //redis public function redis($userId) { //加载扩展
相关文章
相关标签/搜索