Skip to content

1.0.2

Compare
Choose a tag to compare
@andrerom andrerom released this 16 Apr 05:45
· 20 commits to master since this release
d9d41b6

Fixes

  • 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.