maleficarum / redis
Redis component
Installs: 33 283
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1
- ext-redis: *
- maleficarum/ioc: ^3.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2025-04-02 09:53:33 UTC
README
This is the Maleficarum redis component implementation.
CAUTION: This component is now obsolete - use Maleficarum Storage instead: https://github.com/pharaun13/maleficarum-storage
[5.0.0] - 2020-12-01
Changed
- Handle deprecated methods (https://github.com/phpredis/phpredis/commit/95c8aab9#diff-a1471159ac00556a439382b010c89a8507ebc6f03311ec7655cebd95dc6c978eR443)
[4.0.0] - 2018-11-27
Changed
- Component updated to work with Maleficarum\Ioc 3.X
[3.0.0] - 2017-08-03
Changed
- Make use of nullable types provided in PHP 7.1 (http://php.net/manual/en/migration71.new-features.php)
- Fix tests
[2.1.0] - 2017-03-24
Added
- Added dependant trait for use in other projects.
[2.0.0] - 2017-03-24
Changed
- Changed internal structure.
- Added default package initializer.
[1.0.0] - 2017-02-23
Added
- This was an initial release