Skip to content

Commit

Permalink
Merge pull request #20 from bmatheny/master
Browse files Browse the repository at this point in the history
Continue trying to reconnect
  • Loading branch information
nicolasff committed May 20, 2011
2 parents 3f510d3 + 9bd2923 commit 04774aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 04774aa

Please sign in to comment.