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.
2 parents f990593 + 80c881b commit 6829a61Copy full SHA for 6829a61
src/Redis.php
@@ -24,7 +24,7 @@ final class Redis implements CacheInterface
24
/**
25
* @phpstan-ignore-next-line
26
*/
27
- public function __construct(Client $client, string $prefix = 'reach:cache:', int $ttl = 0)
+ public function __construct(Client $client, string $prefix = 'react:cache:', int $ttl = 0)
28
{
29
$this->client = $client;
30
$this->prefix = $prefix;
0 commit comments