This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Releases: sandstorm/OptimizedRedisCacheBackend
Releases · sandstorm/OptimizedRedisCacheBackend
Support for flushRedisDatabaseCompletely
1.1.5 FEATURE: support an option "flushRedisDatabaseCompletely" to flush th…
Support for Neos.Flow.cache.applicationIdentifier
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 !!!:
Support for Neos/Flow 7
1.1.3 TASK: support Neos 7
adjust to updated PHPUnit API
1.1.2 TASK: adjust to updated PHPUnit API
support environment variables in a better way
1.1.1 BUGFIX: fix type hints so it works better when configured via env var…
support Redis password, Fix Flow 6.0 Compatibility
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
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
Merge pull request #8 from bwaidelich/feature/flow-5.2-compatibility FEATURE: Flow 5.2+ Compatibility
fix missing interface imports
Merge pull request #3 from dimaip/patch-2 BUGFIX: import missing interfaces
improvements to cache flushing
Merge pull request #2 from nlx-sascha/patch-1 BUGFIX: Add expire to cache tags