Have RedisConnectionPool explicitly implement Psr\Log\LoggerAwareInterface
authorKunal Mehta <legoktm@gmail.com>
Wed, 29 Jul 2015 22:38:40 +0000 (15:38 -0700)
committerKunal Mehta <legoktm@gmail.com>
Wed, 29 Jul 2015 22:38:40 +0000 (15:38 -0700)
Follows up 93f360a01b49

Change-Id: I0266be9771b7bf58de9f573249f28c6f28adf059

includes/clientpool/RedisConnectionPool.php

index 0d00d11..599fb6a 100644 (file)
@@ -39,7 +39,7 @@ use Psr\Log\LoggerInterface;
  * @ingroup Redis
  * @since 1.21
  */
-class RedisConnectionPool {
+class RedisConnectionPool implements LoggerAwareInterface {
        /**
         * @name Pool settings.
         * Settings there are shared for any connection made in this pool.