You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/redis/v1alpha1/redis_sdk.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -688,7 +688,9 @@ type MigrateClusterRequest struct {
688
688
ClusterSize*uint32`json:"cluster_size,omitempty"`
689
689
}
690
690
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.
0 commit comments