Fixed connection comparison in RedisConnectionPool::handleException().
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 9 Mar 2013 21:34:22 +0000 (13:34 -0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 11 Mar 2013 22:57:33 +0000 (22:57 +0000)
commit45e72198d91e50c04f00f19e5bf75abfa37bfb2c
tree29ceeae5b2a087d8dd9c1d83b54eff259d435056
parent919bfc105785d024db375c4722a1a6b1745d8e93
Fixed connection comparison in RedisConnectionPool::handleException().

* This was comparing a Redis with a RedisConnRef.

Change-Id: I6353736c8ad42a18d90e8474d38398d305950346
includes/clientpool/RedisConnectionPool.php