Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 6ba3ef1

Browse files
authored
Merge pull request #248 from njy/patch-1
Update README.md
2 parents acd33e0 + 1f3ec15 commit 6ba3ef1

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
@@ -158,7 +158,7 @@ The `PooledRedisClientManager` imposes a maximum connection limit and when its m
158158

159159
### BasicRedisClientManager
160160

161-
If don't want to use connection pooling (i.e. your accessing a local redis-server instance) you can use a basic (non-pooled) Clients Manager which creates a new `RedisClient` instance each time:
161+
If don't want to use connection pooling (i.e. you're accessing a local redis-server instance) you can use a basic (non-pooled) Clients Manager which creates a new `RedisClient` instance each time:
162162

163163
```csharp
164164
container.Register<IRedisClientsManager>(c =>

0 commit comments

Comments
 (0)