Skip to content

Instantly share code, notes, and snippets.

@barbareshet
Forked from lukecav/wp-config.php
Created January 10, 2023 09:52
Show Gist options
  • Save barbareshet/f889dc8b102588ea5ec4f35f912382c3 to your computer and use it in GitHub Desktop.
Save barbareshet/f889dc8b102588ea5ec4f35f912382c3 to your computer and use it in GitHub Desktop.
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