thinkphp5簡單使用redis緩存

<?php namespace app\index\controller; use think\Controller; use think\Cache\Driver\Redis; class Index extends Controller { //redis public function redis($userId) { //加載擴展
相關文章
相關標籤/搜索