webman安装redis,support/redis.php没有生成
怎么引用使用?
composer require -W illuminate/redis illuminate/events
"php": ">=7.2",
"workerman/webman-framework": "^1.5.0",
"monolog/monolog": "^2.0",
"webman/redis-queue": "^1.3",
"vlucas/phpdotenv": "^5.5",
"google/protobuf": "^4.26",
"workerman/channel": "^1.2",
"illuminate/redis": "^7.30",
"illuminate/events": "^7.30"
support/redis.php 框架自带的,装完illuminate/redis直接用就行
框架目录里没有这个文件
https://github.com/walkor/webman-framework/blob/master/src/support/Redis.php
感谢