Skip to content

Commit 80c881b

Browse files
authored
Fix default key prefix
It was mistyped "reach" instead of "react"
1 parent f990593 commit 80c881b

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)