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:
@ -8,11 +8,9 @@ func (c *Client) PipelineClient() (*PipelineClient, error) {
|
||||
return &PipelineClient{
|
||||
Client: &Client{
|
||||
baseClient: &baseClient{
|
||||
opt: c.opt,
|
||||
connPool: c.connPool,
|
||||
|
||||
password: c.password,
|
||||
db: c.db,
|
||||
|
||||
reqs: make([]Req, 0),
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user