Skip to content

Commit f685ad0

Browse files
docs(redis): improve documentation (#1404)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 2c9208b commit f685ad0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/redis/v1alpha1/redis_sdk.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,9 @@ type MigrateClusterRequest struct {
688688
ClusterSize *uint32 `json:"cluster_size,omitempty"`
689689
}
690690

691-
// MigrateCluster: migrate a cluster
691+
// MigrateCluster: migrate your cluster architecture
692+
//
693+
// Upgrade your Database for Redis® cluster to a new version or scale it vertically / horizontally. Please note: scaling horizontally your Database for Redis® cluster will renew its TLS certificate.
692694
func (s *API) MigrateCluster(req *MigrateClusterRequest, opts ...scw.RequestOption) (*Cluster, error) {
693695
var err error
694696

0 commit comments

Comments
 (0)