Skip to content

Instantly share code, notes, and snippets.

@barbareshet
Forked from lukecav/wp-config.php
Created January 10, 2023 09:52
Exclude options data from being caching in Redis using the Redis Object Cache plugin
define( 'WP_REDIS_IGNORED_GROUPS', [ 'options' ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment