Releases: Traackr/cakephp-cache-engines
Releases · Traackr/cakephp-cache-engines
Bug fix: Missing prefix on child key list items
Bug fix: Improper parsing of parent key data
When executing multi-value writes improper parsing of parent key data could cause all provided keys to be written to every parent key.
Bug fix: Wrong cache prefix used in writeWithParent with FallbackEngine
Ensure correct cache settings are used when writeWithParent is used with the FallbackEngine.
Cache Key Parents
Adds CacheEnginesHelper::writeWithParent, enabling association of 'child' key to a 'parent' key with cascade deletions upon parent deletion.
Support Scan Count Option
Merge pull request #9 from Traackr/BI-8371-scan-count BI-8371: Support scan count option.
Custom Predis Profile
A custom Predis profile can be passed in order to pin to certain version of Redis.
Multi-op functionality
Rollup of functionality to allow multi-read, multi-write, and multi-delete functionality.
Release 0.1
Initial release