1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Improve deadlines support.

This commit is contained in:
Vladimir Mihailenco
2013-09-11 19:22:10 +03:00
parent ce34e39219
commit cc74e79eb7
9 changed files with 220 additions and 163 deletions

View File

@ -14,10 +14,8 @@ func (c *Client) MultiClient() (*MultiClient, error) {
return &MultiClient{
Client: &Client{
baseClient: &baseClient{
opt: c.opt,
connPool: newSingleConnPool(c.connPool, nil, true),
password: c.password,
db: c.db,
},
},
}, nil