Releases: Codeception/module-redis
Releases · Codeception/module-redis
3.2.2
What's Changed
- Test against PHP 8.5 in #24
- Allow PRedis version 3 by @ChrisTitos in #23
New Contributors
- @ChrisTitos made their first contribution in #23
Full Changelog: 3.2.1...3.2.2
3.2.1
3.2.0
3.1.0
- Support for predis/predis v2
3.0.0
- Support for Codeception 5
1.4.1
1.4.0
- seeInRedis displays a difference between expected value and actual value
1.3.0
What's Changed
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 by @TavoNiievez in #11
Full Changelog: 1.2.0...1.3.0
1.2.0
- The minimum version of PHP is now 7.1
- Added strict types and return types
Other minor changes:
- Add debug info to redis cleanup (#1) by @convenient
- Add changelog to
READMEfile (#10) by @Arhell