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

Commit ec93f90

Browse files
committed
Update README.md
1 parent 8db6b2f commit ec93f90

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
@@ -802,7 +802,7 @@ What to look out for in your code-base to prevent against multiple concurrent us
802802

803803
- Use `IRedisClient` redis instance client within a `using` statement
804804
- Never use a client instance after it has been disposed
805-
- Never use (or return) a "server collection or lock" (e.g. [Redis.Lists](#simple-example-using-redis-lists)) after the client has been disposed
805+
- Never use (or return) a "server collection or resource" (e.g. [Redis.Lists](#simple-example-using-redis-lists), lock) after the client has been disposed
806806
- Never keep a Singleton or `static` instance to a redis client (just the `IRedisClientsManager` factory)
807807
- Never use the same redis client in multiple threads, i.e. have each thread resolve their own client from the factory
808808

0 commit comments

Comments
 (0)