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

--- Comment #4 from Sam Reed (reedy) <[email protected]> ---
(In reply to comment #3)
> (In reply to comment #2)
> > "Exception Caught: Unable to connect to redis server." <-- Is there a log of
> > these exceptions?
> 
> AFAIK labs isn't using redis currently..

// Cache to hold user sessions in production:
$wgObjectCaches['sessions'] = array(
    'class'   => 'RedisBagOStuff',
    'servers' => $sessionRedis[$wmfDatacenter],
);

// Override for beta:
if( $wmfRealm == 'labs' ) {
    $wgObjectCaches['sessions'] = $wgObjectCaches['memcached-pecl'];
}

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to