Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active May 4, 2021 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/2b72988c90620fe9b87a86a528c5079d to your computer and use it in GitHub Desktop.
Save lukecav/2b72988c90620fe9b87a86a528c5079d to your computer and use it in GitHub Desktop.
Object Cache Pro set MaxTTL
define('WP_REDIS_CONFIG', [
'maxttl' => 3600 * 12, // 12 hours
]);