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 e2373b9 commit 588679aCopy full SHA for 588679a
README.md
@@ -365,7 +365,7 @@ flexibility of [Redis Connection Strings](#redis-connection-strings) to apply co
365
individual Redis Clients you need to register a custom `HostFilter`:
366
367
```csharp
368
-sentinel.HostFilter = host => "{host}?db=1&RetryTimeout=5000";
+sentinel.HostFilter = host => $"{host}?db=1&RetryTimeout=5000";
369
```
370
371
An alternative to using connection strings for configuring clients is to modify
0 commit comments