wp-redis icon indicating copy to clipboard operation
wp-redis copied to clipboard

WordPress Object Cache using Redis.

Results 29 wp-redis issues
Sort by recently updated
recently updated
newest added

Upstream tests were removed in https://github.com/pantheon-systems/wp-redis/pull/406 because the tests were outdated and needed to be updated. We should add them back in once they are fixed.

Noticed when I was looking for the differences between our version of WP Redis and [Human Made's fork](https://github.com/humanmade/wp-redis) that there's an [open pull request](https://github.com/humanmade/wp-redis/pull/9/files) to fix some docblocks that we...

Hello I am having many alerts in my logs like this 2022-11-29T10:10:24.633761052Z stderr F 2022/11/29 10:10:24 [error] 232#232: *92361 FastCGI sent in stderr: "PHP message: PHP Warning: WP Redis: Connection...

Is there a way to bypass the redis cache for a php script and request directly the mysql database (use case: multiple update then select actions. With redis enabled, the...

Wp Redis work just fine with woocommerce plugin, on product page, but I need a help with shop page, on filter change always return a cached first loaded products. What...

Implement new functions, wp_cache_add_multiple, wp_cache_set_multiple and wp_cache_delete_multiple functions. https://core.trac.wordpress.org/changeset/52700

Running the `wp cache flush` Command calls redis `flushdb`. This clears the complete database. In a WordPress Multisite environment this call is very expensive as the complete cache for all...

Our hope has been to standardize on this plugin regardless of whether we are hosting client sites with Pantheon or AWS hosting. One challenge is that we want to be...

enhancement

Thanks for a great working object cache! I do realize you use this for yourselves and have this in place for your hosting already, but for the rest of us...

enhancement

I'd like to request a `wp redis disable` command for WP-CLI please, removing the symlink.

enhancement