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

Remove ClusterClient failover tests

This commit is contained in:
Vladimir Mihailenco
2020-09-05 11:34:37 +03:00
parent fe55405454
commit a722cde148
3 changed files with 5 additions and 57 deletions

View File

@ -19,6 +19,7 @@ func (c *PubSub) SetNetConn(netConn net.Conn) {
}
func (c *ClusterClient) LoadState(ctx context.Context) (*clusterState, error) {
// return c.state.Reload(ctx)
return c.loadState(ctx)
}