liugj / lumen-redis-provider by liugj

lumen redis Provider
306
0
2
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: 2024-04-11 03:14:45
Package Statistics
Total Downloads: 306
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Lumen Redis Provider

重载 Illuminate redis 连接方法, 连接之前增加ping,检查redis服务器是可用

Installation

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);