Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created October 25, 2021 16:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukecav/46bac9b347a2d6ded182e293ab818122 to your computer and use it in GitHub Desktop.
Save lukecav/46bac9b347a2d6ded182e293ab818122 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' ]);