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
{{ message }}
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.
We have issue with incorrect cache misses for cached pages on Redis backend.
Steps to reproduce:
Redis-cli: Enable MONITOR mode
load already cached page via browser
Actual result: we got two calls - the first has correct cached page key but the second one is "w3tc_1_pgcache__722264618_key_version" and this key name doesn't change for any other cached page
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites:
We have issue with incorrect cache misses for cached pages on Redis backend.
Steps to reproduce:
Actual result: we got two calls - the first has correct cached page key but the second one is "w3tc_1_pgcache__722264618_key_version" and this key name doesn't change for any other cached page
The text was updated successfully, but these errors were encountered: