Added simpler handleError() method in RedisConnectionPool
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 18 Dec 2013 00:55:09 +0000 (16:55 -0800)
committerOri.livneh <ori@wikimedia.org>
Wed, 12 Feb 2014 07:29:32 +0000 (07:29 +0000)
commit4265d8f23f205079a48dbb03a32347b5f3a9a396
tree7d35f615f438a47986d4f56f73d5f5c4dee29067
parent3d670f17195c090f7fb18c3558d5ec99791be8e5
Added simpler handleError() method in RedisConnectionPool

* Callers should not need to give $server since it is stored in RedisConnRef

Change-Id: I902d984d6a7f19dd0d8c71ee374cbed359de378e
includes/clientpool/RedisConnectionPool.php
includes/filebackend/lockmanager/RedisLockManager.php
includes/job/JobQueueRedis.php
includes/job/aggregator/JobQueueAggregatorRedis.php
includes/objectcache/RedisBagOStuff.php