Guest User

Untitled

a guest
May 17th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc';
  2. $conf['cache_default_class'] = 'MemCacheDrupal';
  3. $conf = array(
  4. 'memcache_servers' => array('memcached109-sandbox:11211' => 'default'),
  5. 'memcache_bins' => array('cache' => 'default'),
  6. );
Add Comment
Please, Sign In to add comment