1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00

Add notes

This commit is contained in:
Mike Perham 2012-07-05 08:30:48 -07:00
parent bdd3496d6c
commit 34183189e0

View file

@ -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
------------