You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport missing LogicException from Symfony 4.4 Before this release you would get a confusing PHP fatal error instead of intended exception when Redis server was configured with wrong eviction policy
[Abstract] Improve detection of wrong value for cache miss (#9)
1.0.2 fix did not cover cases where there where object in old cache values, as opposed to array.
(cherry picked to cd11a7a)
Misc
Simplify doc to reflect the config used in 2.5 (#8)
(cherry picked to 21d38f5, e0bdb3c)
Fix In AbstractTagAwareAdapter.php line 71: Notice: Undefined index: value
Detect if cache has not been cleared when moving from standard Redis adapter to TagAware, and mark cache as miss so it gets re-created in this case instead of getting notice.
-Gets rid of overloaded RedisTrait now that Symfony 3.4.24 is out with the fixes needed there to avoid it (#6)
Less overloading of things in Symfony makes sure there is less risk of not getting bug fixes when there are changes there in future releases.