Skip to content

Commit

Permalink
Fix auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 18, 2013
1 parent 7ae857c commit 9462848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func (c *baseClient) init(cn *conn, password string, db int64) error {
// Client is not closed on purpose.
client := &Client{
baseClient: &baseClient{
opt: c.opt,
connPool: newSingleConnPool(c.connPool, cn, false),
},
}
Expand Down

0 comments on commit 9462848

Please sign in to comment.