Exclude a single mata_key value?
-
Hello,
I use your plugin on a tube site and it’s great.
I’m just looking to exclude a single meta_key value from wp_postmeta from being cached.The video itself is hosted on one of the video hosting sites (vidlox, openload…) and I frequently update the links (because some of the video’s get deleted). Links are stored in meta_key “video_code” with iframe links in meta_value field.
With Redis on, when I update the video code (using SQL), visitors get the old video code, not the new one. It’s only after I manually open the post in edit mode and just hit Update button, without changing anything, the visitors get the video from the updates source.
Is there a way to circumvent that?
While reading the documentation and this forum, I’m thinking that it has to do something with WP_REDIS_IGNORED_GROUPS but Google doesn’t tell me how to define those groups. Am I on the right track?
Thank you
- This topic was modified 6 years, 8 months ago by .
The topic ‘Exclude a single mata_key value?’ is closed to new replies.