From 9bd292380af93401bf413700ae3c0b669d92f7e8 Mon Sep 17 00:00:00 2001 From: Blake Matheny Date: Fri, 20 May 2011 12:51:44 -0400 Subject: [PATCH] Should continue attempting to reconnect after errors --- pool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pool.c b/pool.c index 7999b3f..a16ce32 100644 --- a/pool.c +++ b/pool.c @@ -126,6 +126,7 @@ pool_connect(struct pool *p, int attach) { */ /* fprintf(stderr, "Error: %s\n", ac->errstr); */ redisAsyncFree(ac); + pool_schedule_reconnect(p); return NULL; }