mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Embed Cmdable into StatefulCmdable
This commit is contained in:
@ -82,7 +82,7 @@ func NewFailoverClient(failoverOpt *FailoverOptions) *Client {
|
||||
},
|
||||
},
|
||||
}
|
||||
client.cmdable.process = client.Process
|
||||
client.setProcessor(client.Process)
|
||||
|
||||
return &client
|
||||
}
|
||||
|
Reference in New Issue
Block a user