add mixin to RedisProxy.php as well.

This commit is contained in:
Reasno 2020-03-23 13:47:11 +08:00
parent 49540bda45
commit 24385a05b2

View File

@ -14,6 +14,11 @@ namespace Hyperf\Redis;
use Hyperf\Redis\Pool\PoolFactory;
/**
* Class RedisProxy
* @package Hyperf\Redis
* @mixin \Redis
*/
class RedisProxy extends Redis
{
protected $poolName;