Releases: colinmollenhour/Cm_Cache_Backend_Redis
Releases · colinmollenhour/Cm_Cache_Backend_Redis
Remove asterisk from modman file
Full Changelog: 1.17.0...1.17.1
1.17.0 - Enable Lua by default
Full Changelog: 1.16.0...1.17.0
1.16.0
What's Changed
- Replace "DEL" Commands with "UNLINK". by @jonashrem in #160
- Fix PHPUnit tests to work with PHP 8.2
- Reformat code to PSR-12 standards with PHP CS Fixer
- Fix lots of other PhpStorm inspections
- Run automated PHPUnit and PHP CS Fixer tests with GitHub Actions
New Contributors
- @jonashrem made their first contribution in #160
Full Changelog: 1.15.0...1.16.0
1.15.0
What's Changed
- Handle LOADING state as if key was not found. by @colinmollenhour in #171
Full Changelog: 1.14.4...1.15.0
Support username for ACL auth for Redis v6+
Merge pull request #169 from shiftedreality/fix-auth Add username to auth params
PHP 8.1 Support
All reported fixes for PHP 8.1 problems have been merged.
Bugfix
Fix bug in lua clean script (tags not removed from global list of tags)
Minor updates
Merge pull request #157 from Xon/credis_update Track Credit 1.11.1
Support Sentinel Auth
Merge pull request #149 from tschirmer/master Updated to Support Sentinel Auth
Instantly expiring TTL
Support cache records that expire instantly! :D