Skip to content

Commit dfae421

Browse files
committed
docs: update shared prefix note
1 parent c86d1ff commit dfae421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $client = new \Predis\Client(['host' => '127.0.0.1']);
102102
$registry = new CollectorRegistry(\Prometheus\Storage\Predis::fromExistingConnection($client));
103103
```
104104

105-
> **Note:** `Redis::setPrefix()` and `Predis::setPrefix()` share the same prefix. Using both adapters with different prefixes in the same application is not supported.
105+
> **Note:** Using `Redis::setPrefix()` and `Predis::setPrefix()` share the same prefix. Using both adapters with different prefixes in the same application is not supported.
106106
107107
Using the InMemory storage:
108108

0 commit comments

Comments
 (0)