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:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user