composer.json "illuminate/redis":"5.6.x-dev"
composer update
在bootstrap/app.php中加入
$app->register(Illuminate\Redis\RedisServiceProvider::class);
composer.json "illuminate/redis":"5.6.x-dev"
composer update
在bootstrap/app.php中加入
$app->register(Illuminate\Redis\RedisServiceProvider::class);
本文标题:lumen 使用redis扩展
本文链接:https://www.haomeiwen.com/subject/sudoxhtx.html
网友评论