mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 12:17:48 +08:00
add mixin to RedisProxy.php as well.
This commit is contained in:
parent
49540bda45
commit
24385a05b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user