Conflicts with WordPress Object Cache (Redis)
-
We’re using WP Rocket to handle redis caching, and the video feed doesn’t automatically update without a forced cache clear.
I spoke with their support and they’ve suggested to pass on the following to you guys:
“That plugin uses the transients API to read data (which uses the object cache), but clears them using SQL (bypassing the object cache). The author needs to change the sby_clear_cache() function to use delete_transient() instead of SQL DELETE’s.”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflicts with WordPress Object Cache (Redis)’ is closed to new replies.