mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Add notes
This commit is contained in:
parent
bdd3496d6c
commit
34183189e0
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -11,6 +11,16 @@ Install
|
|||
|
||||
gem install connection_pool
|
||||
|
||||
|
||||
Notes
|
||||
------------
|
||||
|
||||
- Connections are eager created when the pool is created.
|
||||
- There is no provision for repairing or checking the health of a
|
||||
connection; connections should be self-repairing. This is
|
||||
true of the dalli and redis clients.
|
||||
|
||||
|
||||
Usage
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue