Skip to content

Instantly share code, notes, and snippets.

@markdorison
Created August 8, 2013 23:35
Show Gist options
  • Save markdorison/6189835 to your computer and use it in GitHub Desktop.
Save markdorison/6189835 to your computer and use it in GitHub Desktop.
Drupal / Redis (Predis) configuration
$conf['cache_backends'][] = 'sites/all/modules/redis_cache/predis.inc';`
$conf['cache_class_cache'] = 'RedisPredisCache';`
$conf['cache_class_cache_menu'] = 'RedisPredisCache';`
$conf['cache_class_cache_bootstrap'] = 'RedisPredisCache';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment