X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Ffilebackend%2Flockmanager%2FRedisLockManager.php;h=90e62e6907499708e77adf8a67e49d203e41fe2d;hp=90e058177d87efcefcedce2c59fdf7839c06b6ad;hb=35d9ad550f2f443455b3b76495d9cebfafdfaf37;hpb=4169b4f42502ca1956f7a7253b5f54e1901e7821 diff --git a/includes/filebackend/lockmanager/RedisLockManager.php b/includes/filebackend/lockmanager/RedisLockManager.php index 90e058177d..90e62e6907 100644 --- a/includes/filebackend/lockmanager/RedisLockManager.php +++ b/includes/filebackend/lockmanager/RedisLockManager.php @@ -62,7 +62,7 @@ class RedisLockManager extends QuorumLockManager { * - srvsByBucket : Array of 1-16 consecutive integer keys, starting from 0, * each having an odd-numbered list of server names (peers) as values. * - redisConfig : Configuration for RedisConnectionPool::__construct(). - * @throws MWException + * @throws Exception */ public function __construct( array $config ) { parent::__construct( $config );