Skip to content

Releases: kodus/predis-simple-cache

2.0.0

25 Aug 08:51
cf42483
Compare
Choose a tag to compare

Updated simple-cache implementation to require simple-cache 2.0 or 3.0, which breaks backwards compatibility

1.0.0

02 Nov 15:55
c172a4d
Compare
Choose a tag to compare
Release/1.0.0 (#2)

* Ported tests from kodus/db-cache + Added PredisSimpleCache and InvalidArgumentException to source

* Small improvements to test structure

* Clean up / refactor of cache class

* Set up Github action for running tests (#1)

* Update test.yml

* Update test.yml with better naming of build

* Added PHP version to composer.json and removed composer.lock from repo

* README.md

* Check for reserved characters in key only for more lenient handling of keys

* Fixed wrong index in test data

* Added developer notes to README.md regarding typehints and documentation for the predis interface