Merge pull request #20 from bmatheny/master

Continue trying to reconnect
master
Nicolas Favre-Felix 14 years ago
commit 04774aac1b

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

Loading…
Cancel
Save