Skip to content

Commit 6829a61

Browse files
authored
Merge pull request #54 from SQKo/patch-1
Fix default key prefix
2 parents f990593 + 80c881b commit 6829a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Redis implements CacheInterface
2424
/**
2525
* @phpstan-ignore-next-line
2626
*/
27-
public function __construct(Client $client, string $prefix = 'reach:cache:', int $ttl = 0)
27+
public function __construct(Client $client, string $prefix = 'react:cache:', int $ttl = 0)
2828
{
2929
$this->client = $client;
3030
$this->prefix = $prefix;

0 commit comments

Comments
 (0)