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 13, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: