liugj / lumen-redis-provider
lumen redis Provider
Installs: 307
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/liugj/lumen-redis-provider
Requires
- php: >=5.6.4
This package is auto-updated.
Last update: 2025-09-07 21:15:23 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);