From 34183189e064b0f470d126593058f03f3732fca2 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 5 Jul 2012 08:30:48 -0700 Subject: [PATCH] Add notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fa3a8f2..1842f67 100644 --- a/README.md +++ b/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 ------------