VSF Redis cache - dynamic parts will be disappeared after a while
Hi everybody,
we have implemented redis cache with VSF project (SSR Cache), but we faced an issue, I just wanted to know if anyone else faced the same problem.
When we call the page for the first time, everything is fine for a while... but after a while the content of the cached paged will be changed. (30 mins, or minutes, I do not know the exact amount, may be it's after an event) How?
The page will be rendered as usual, except the dynamic parts, for example in home page menu items and products will be removed from the cache content. It means that the cache value within redis will be changed, when I investigated the value of the home key, I noticed that the dynamic parts are not there.
First, we got the error on server, I have the same setup on my system, (VSF + + nodejs + redis server), so I found that, there is probably some problems within caching mechanism, and it does not come from my setup.
The page will look like the attached image.
Anyone else with the same issue? Just asking, because I'm still investigating the problem. thank you all