Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Created August 29, 2016 03:39
Show Gist options
  • Select an option

  • Save todiadiyatmo/cd43304aa7ed306340c5d4c8bac1161e to your computer and use it in GitHub Desktop.

Select an option

Save todiadiyatmo/cd43304aa7ed306340c5d4c8bac1161e to your computer and use it in GitHub Desktop.
wp-redis-object-cache
define('WP_REDIS_HOST','127.0.0.1');
//define('WP_REDIS_PASSWORD','authpassword');
define('WP_REDIS_DATABASE',0); // Set to different number for each WP Install
define('WP_REDIS_IGNORED_GROUPS',array('comments','posts','post_meta','counts')); // -> make sure this group not cached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment