Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Releases: sandstorm/OptimizedRedisCacheBackend

Support for flushRedisDatabaseCompletely

23 Feb 14:18
Compare
Choose a tag to compare
1.1.5

FEATURE: support an option "flushRedisDatabaseCompletely" to flush th…

Support for Neos.Flow.cache.applicationIdentifier

04 Feb 09:01
Compare
Choose a tag to compare

This is helpful to avoid race conditions in an Ansistrano/Surf based
deployment, where the Fusion Cache is shared in a single Redis instance.
In this scenario, make sure to set Neos.Flow.cache.applicationIdentifier
in Settings.yaml to something release-specific (changing with every deployment).

We need to change the version compatibility of this package because
we rely on the following change - this is also why this change is marked with !!!:

neos/flow-development-collection@98af394

Support for Neos/Flow 7

03 Jan 19:18
48e7069
Compare
Choose a tag to compare
1.1.3

TASK: support Neos 7

adjust to updated PHPUnit API

24 Oct 18:48
ef98724
Compare
Choose a tag to compare
1.1.2

TASK: adjust to updated PHPUnit API

support environment variables in a better way

21 Apr 12:31
cacbe98
Compare
Choose a tag to compare
1.1.1

BUGFIX: fix type hints so it works better when configured via env var…

support Redis password, Fix Flow 6.0 Compatibility

25 Dec 19:24
bd14ba0
Compare
Choose a tag to compare
Merge pull request #11 from gradinarufelix/method-signatures

Fixed method signatures and added password option

bump to 1.0.0 version; Compatibility to Flow 6.0

21 Aug 11:41
0329087
Compare
Choose a tag to compare
Merge pull request #9 from daniellienert/task/support-flow-6

TASK: Mark the package compatible with upcoming Flow 6.0

Fix critical bug, Flow 5.2 Compatibility

15 Jan 15:22
698cf50
Compare
Choose a tag to compare
Merge pull request #8 from bwaidelich/feature/flow-5.2-compatibility

FEATURE: Flow 5.2+ Compatibility

fix missing interface imports

09 Sep 09:07
967b772
Compare
Choose a tag to compare
Merge pull request #3 from dimaip/patch-2

BUGFIX: import missing interfaces

improvements to cache flushing

04 Jul 08:06
6c4126f
Compare
Choose a tag to compare
Merge pull request #2 from nlx-sascha/patch-1

BUGFIX: Add expire to cache tags