itsmill3rtime/laravel-pennant-redis
最新稳定版本:v1.0
Composer 安装命令:
composer require itsmill3rtime/laravel-pennant-redis
包简介
A Redis Driver for Laravel Pennant
README 文档
README
Introduction
A Redis Driver for the Laravel Pennant.
Objective
Considering the necessity of employing storage other than arrays or databases, I took the liberty of crafting a driver to provide native support for Redis.
The advantage lies in not being confined to a single Laravel instance or the database, which already contends with its challenges of overload.
This minor alteration is a replica of the database driver, with adaptations for writing and reading Hash in Redis.
Installation
composer require gabrielmoura/laravel-pennant-redis
/* config/pennant.php */ 'stores' => [ 'redis' => [ 'driver' => 'redis', 'connection' => 'default', ], ],
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-12
