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
In Matomo 3.13.1 the changelog states that this issue was fixed:
23 Update dependencies: Warning RedisCache.php(135): Deprecated – Function Redis::delete() is deprecated
However, the older version of: "Common/Cache/RedisCache.php" is included in the release which does not have the fix. Specifically, in the Matomo 3.13.1 build, see the file: "Common/Cache/RedisCache.php" includes "$this->redis->delete" and not the corrected code: "$this->redis->del". Perhaps an incorrect branch of "cache" was used to build Matomo 3.13.1?
Cheers, this wasn't fixed for the 1.X version of the cache component. Created a PR in matomo-org/component-cache#27 and maybe we get this into 3.13.2 release which should be today.
tsteur
added
Regression
Indicates a feature used to work in a certain way but it no longer does even though it should.
Bug
For errors / faults / flaws / inconsistencies etc.
and removed
Regression
Indicates a feature used to work in a certain way but it no longer does even though it should.
labels
Feb 9, 2020
In Matomo 3.13.1 the changelog states that this issue was fixed:
23 Update dependencies: Warning RedisCache.php(135): Deprecated – Function Redis::delete() is deprecated
However, the older version of: "Common/Cache/RedisCache.php" is included in the release which does not have the fix. Specifically, in the Matomo 3.13.1 build, see the file: "Common/Cache/RedisCache.php" includes "$this->redis->delete" and not the corrected code: "$this->redis->del". Perhaps an incorrect branch of "cache" was used to build Matomo 3.13.1?
matomo-org/component-cache#23
The text was updated successfully, but these errors were encountered: