Package Data | |
---|---|
Maintainer Username: | liugj |
Maintainer Contact: | liugj@126.com (liugj) |
Package Create Date: | 2017-03-03 |
Package Last Update: | 2017-05-17 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-29 15:12:54 |
Package Statistics | |
---|---|
Total Downloads: | 306 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
重载 Illuminate redis 连接方法, 连接之前增加ping,检查redis服务器是可用
You can install the package via composer:
composer require illuminate/redis
composer require liugj/lumen-redis-provider
You must add the Scout service provider and the package service provider in your bootstrap/app.php
line 80 config:
$app->register(Liugj\Providers\RedisServiceProvider::class);