maleficarum / redis
Redis 组件
5.0.0
2020-12-01 12:53 UTC
Requires
- php: ^7.1
- ext-redis: *
- maleficarum/ioc: ^3.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2024-09-18 07:02:32 UTC
README
这是 Maleficarum redis 组件的实现。
注意:此组件现已过时 - 请使用 Maleficarum 存储:[https://github.com/pharaun13/maleficarum-storage](https://github.com/pharaun13/maleficarum-storage)
[5.0.0] - 2020-12-01
变更
[4.0.0] - 2018-11-27
变更
- 组件更新以兼容 Maleficarum\Ioc 3.X
[3.0.0] - 2017-08-03
变更
- 使用 PHP 7.1 中提供的可空类型 (https://php.ac.cn/manual/en/migration71.new-features.php)
- 修复测试
[2.1.0] - 2017-03-24
新增
- 为在其他项目中使用添加了依赖项特质。
[2.0.0] - 2017-03-24
变更
- 更改内部结构。
- 添加默认包初始化器。
[1.0.0] - 2017-02-23
新增
- 这是一个初始版本