Skip to content

Instantly share code, notes, and snippets.

@CashWilliams
Created August 28, 2012 21:44
Show Gist options
  • Save CashWilliams/3504611 to your computer and use it in GitHub Desktop.
Save CashWilliams/3504611 to your computer and use it in GitHub Desktop.
Drupal memcache compression
$conf['memcache_options'] = array(
Memcached::OPT_COMPRESSION => TRUE,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment