We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51880e3 commit 84f984dCopy full SHA for 84f984d
src/Redis.php
@@ -84,7 +84,7 @@ private function shouldUseSameConnection(string $methodName): bool
84
}
85
86
/**
87
- * Get a connection from coroutine context, or from redis connectio pool.
+ * Get a connection from coroutine context, or from redis connection pool.
88
* @param mixed $hasContextConnection
89
*/
90
private function getConnection($hasContextConnection): RedisConnection
src/RedisFactory.php
@@ -31,7 +31,7 @@ public function __construct(ConfigInterface $config)
31
32
33
34
- * @return \Redis|RedisProxy
+ * @return RedisProxy
35
36
public function get(string $poolName)
37
{
0 commit comments