Skip to content

Commit 588679a

Browse files
committed
Update README.md
1 parent e2373b9 commit 588679a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ flexibility of [Redis Connection Strings](#redis-connection-strings) to apply co
365365
individual Redis Clients you need to register a custom `HostFilter`:
366366

367367
```csharp
368-
sentinel.HostFilter = host => "{host}?db=1&RetryTimeout=5000";
368+
sentinel.HostFilter = host => $"{host}?db=1&RetryTimeout=5000";
369369
```
370370

371371
An alternative to using connection strings for configuring clients is to modify

0 commit comments

Comments
 (0)