Skip to content

Commit 9e764cc

Browse files
committed
Encourage the use of \Hyperf\Redis\Redis instead of \Redis because of #938
1 parent bd1decc commit 9e764cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Redis.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
use Hyperf\Redis\Pool\PoolFactory;
1717
use Hyperf\Utils\Context;
1818

19+
/**
20+
* Class Redis
21+
* @package Hyperf\Redis
22+
* @mixin \Redis
23+
*/
1924
class Redis
2025
{
2126
use ScanCaller;

0 commit comments

Comments
 (0)