按照官方,安装了cache插件
composer require -W symfony/cache psr/simple-cache illuminate/redis
并更改了配置文件。 在需要的地方引入:
use support\Cache;
使用时缺报错
Undefined type 'support\Cache'.intelephense(P1009)
Debian12
"workerman/webman-framework": "^2.1",
参考文档 https://www.workerman.net/doc/webman/db/cache.html
参考文档
https://www.workerman.net/doc/webman/db/cache.html