Skip to content

Commit 94068cc

Browse files
authored
docs(redis): migrate endpoint update (#2008)
1 parent af193ef commit 94068cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/redis/v1/redis_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ func (s *API) ListClusters(req *ListClustersRequest, opts ...scw.RequestOption)
11011101
return &resp, nil
11021102
}
11031103

1104-
// MigrateCluster: Upgrade your standalone Redis™ Database Instance node, either by upgrading to a bigger node type (vertical scaling) or by adding more nodes to your Database Instance to increase your number of endpoints and distribute cache (horizontal scaling). Note that scaling horizontally your Redis™ Database Instance will not renew its TLS certificate. In order to refresh the TLS certificate, you must use the Renew TLS certificate endpoint.
1104+
// MigrateCluster: Upgrade your Redis™ Database Instance, either by upgrading to a bigger node type (vertical scaling) or by adding more nodes to your Database Instance to increase your number of endpoints and distribute cache (horizontal scaling, available for clusters only). Note that scaling horizontally your Redis™ Database Instance will not renew its TLS certificate. In order to refresh the TLS certificate, you must use the Renew TLS certificate endpoint.
11051105
func (s *API) MigrateCluster(req *MigrateClusterRequest, opts ...scw.RequestOption) (*Cluster, error) {
11061106
var err error
11071107

0 commit comments

Comments
 (0)