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 1c1fc94 commit cb7fc6dCopy full SHA for cb7fc6d
src/RedisFactory.php
@@ -38,7 +38,7 @@ public function get(string $poolName)
38
{
39
$proxy = $this->proxies[$poolName] ?? null;
40
if (! $proxy instanceof RedisProxy) {
41
- throw new InvalidRedisProxyException('Redis proxy is invalid.');
+ throw new InvalidRedisProxyException('Invalid Redis proxy.');
42
}
43
44
return $proxy;
0 commit comments