https://bugzilla.wikimedia.org/show_bug.cgi?id=52589

--- Comment #4 from Aaron Schulz <aschulz4...@gmail.com> ---
Example from a testwiki of mine (LocalSettings.php):

$wgObjectCaches['redis'] = array(
    'class' => 'RedisBagOStuff',
    'servers' => array( '127.0.0.1:6379' ),
);

$wgMainCacheType = 'redis';

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to