按照官方,安裝了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",
參考文檔 http://www.wtbis.cn/doc/webman/db/cache.html