Skip to content

Releases: colinmollenhour/Cm_Cache_Backend_Redis

Remove asterisk from modman file

21 Dec 21:57
d403f44
Compare
Choose a tag to compare

1.17.0 - Enable Lua by default

25 Oct 17:06
dc2fd4f
Compare
Choose a tag to compare

1.16.0

18 Jan 03:08
Compare
Choose a tag to compare

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

Full Changelog: 1.15.0...1.16.0

1.15.0

29 Dec 19:48
841d59e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.14.4...1.15.0

Support username for ACL auth for Redis v6+

12 Aug 20:17
6661e3f
Compare
Choose a tag to compare
Merge pull request #169 from shiftedreality/fix-auth

Add username to auth params

PHP 8.1 Support

20 Jun 18:08
30915e6
Compare
Choose a tag to compare

All reported fixes for PHP 8.1 problems have been merged.

Bugfix

02 Mar 18:39
0b042d2
Compare
Choose a tag to compare

Fix bug in lua clean script (tags not removed from global list of tags)

Minor updates

25 Apr 02:31
39b3257
Compare
Choose a tag to compare
Merge pull request #157 from Xon/credis_update

Track Credit 1.11.1

Support Sentinel Auth

03 Jan 17:42
5dd4032
Compare
Choose a tag to compare
Merge pull request #149 from tschirmer/master

Updated to Support Sentinel Auth

Instantly expiring TTL

09 Dec 19:47
2cfb900
Compare
Choose a tag to compare

Support cache records that expire instantly! :D