liugj / lumen-redis-provider
lumen redis Provider
v1.0.1
2017-05-17 09:05 UTC
Requires
- php: >=5.6.4
This package is auto-updated.
Last update: 2024-11-07 19:18:50 UTC
README
重载 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);