deable/redis
最新稳定版本:v1.1.0
Composer 安装命令:
composer require deable/redis
包简介
Simpliest way to use redis client on your nette project.
README 文档
README
Simple redis client implementation for nette framework with transactions. Thanks to this library, you can simplify your workflow with redis and Nette Framework.
Requirements
This library was developed for PHP 7.4 or newer, designed for Nette Framework version 3.1 or newer.
Installation
The best way to install this library is using Composer:
$ composer require deable/redis
Usage
Add extension to your application configuration:
extensions:
redis: Deable\Redis\RedisExtension
redis:
config:
host: localhost
port: 6379
timeout: 5.0
database: 0
persistent: false
auth: null
autowired: false
debugger: false
Contributing
This is an open source, community-driven project. If you would like to contribute, please follow the code format as used in current sources and submit a pull request.
统计信息
- 总下载量: 317
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-07