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 f990593 commit 80c881bCopy full SHA for 80c881b
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