Skip to content

Integrating Redis Object Cache into custom WordPress Plugin #50

Discussion options

You must be logged in to vote

Hey!

If you use wpdb directly, then there is no caching. Only top-level functions get_posts() will use caching.

That means you can implement your own caching layer using the wp_cache_*() functions.

I hope that helps.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@afzouni
Comment options

@tillkruss
Comment options

@afzouni
Comment options

Answer selected by tillkruss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants