1.有没有缓存之类的配置(比如TP里面的cache) 2.模型里面怎么获取session的值
https://www.workerman.net/doc/webman#/redis https://www.workerman.net/doc/webman#/session 手册里有
哦! 懂了!主要是session在模型里面也是方法demo(Request $request){} 是这样用那个吗?
模型里可以直接用 request()->session()
想问一下大佬,有没有文件缓存这种?目前缓存只能用redis来做么?
github找个文件缓存类,直接用就行
https://www.workerman.net/doc/webman#/redis
https://www.workerman.net/doc/webman#/session
手册里有
哦! 懂了!主要是session在模型里面也是方法demo(Request $request){} 是这样用那个吗?
模型里可以直接用 request()->session()
想问一下大佬,有没有文件缓存这种?目前缓存只能用redis来做么?
github找个文件缓存类,直接用就行