This isn't actually a issue.
But can somebody help me. I need to redirect to a page everytime the cache value changes
EX:
cache key 'id' = 123
so it opens index.php?id=123
but in that page if it the value changes from 123 to 1234
then it redirects to index.php?id=1234
without blinking the page or refreshing
just like in case the key value changes it redirects to another page
This isn't actually a issue. But can somebody help me. I need to redirect to a page everytime the cache value changes EX: cache key 'id' = 123 so it opens index.php?id=123 but in that page if it the value changes from 123 to 1234 then it redirects to index.php?id=1234 without blinking the page or refreshing just like in case the key value changes it redirects to another page