Skip to content

Releases: Traackr/cakephp-cache-engines

Bug fix: Missing prefix on child key list items

27 Jan 20:18
c5b4d8e
Compare
Choose a tag to compare
Merge pull request #14 from Traackr/CAMP-976-missing-prefix-child-keys

CAMP-976: ensure prefix is attached to child keys

Bug fix: Improper parsing of parent key data

26 Jan 19:40
9bcc2ad
Compare
Choose a tag to compare

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

03 Dec 23:22
73bac35
Compare
Choose a tag to compare

Ensure correct cache settings are used when writeWithParent is used with the FallbackEngine.

Cache Key Parents

03 Dec 16:20
74534b3
Compare
Choose a tag to compare

Adds CacheEnginesHelper::writeWithParent, enabling association of 'child' key to a 'parent' key with cascade deletions upon parent deletion.

Support Scan Count Option

18 Nov 22:37
fee710b
Compare
Choose a tag to compare
Merge pull request #9 from Traackr/BI-8371-scan-count

BI-8371: Support scan count option.

Custom Predis Profile

25 Feb 21:15
5f28bee
Compare
Choose a tag to compare

A custom Predis profile can be passed in order to pin to certain version of Redis.

Multi-op functionality

01 May 15:11
Compare
Choose a tag to compare

Rollup of functionality to allow multi-read, multi-write, and multi-delete functionality.

Release 0.1

14 Apr 15:32
Compare
Choose a tag to compare

Initial release