File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/clients/src/api/redis/v1 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -208,13 +208,13 @@ export class API extends ParentAPI {
208208 enrichForPagination ( 'clusters' , this . pageOfListClusters , request )
209209
210210 /**
211- * Scale up a Redis™ Database Instance. Upgrade your standalone Redis™
212- * Database Instance node, either by upgrading to a bigger node type (vertical
213- * scaling) or by adding more nodes to your Database Instance to increase your
214- * number of endpoints and distribute cache (horizontal scaling). Note that
215- * scaling horizontally your Redis™ Database Instance will not renew its TLS
216- * certificate. In order to refresh the TLS certificate, you must use the
217- * Renew TLS certificate endpoint.
211+ * Scale up a Redis™ Database Instance. Upgrade your Redis™ Database Instance,
212+ * either by upgrading to a bigger node type (vertical scaling) or by adding
213+ * more nodes to your Database Instance to increase your number of endpoints
214+ * and distribute cache (horizontal scaling, available for clusters only).
215+ * Note that scaling horizontally your Redis™ Database Instance will not renew
216+ * its TLS certificate. In order to refresh the TLS certificate, you must use
217+ * the Renew TLS certificate endpoint.
218218 *
219219 * @param request - The request {@link MigrateClusterRequest}
220220 * @returns A Promise of Cluster
You can’t perform that action at this time.
0 commit comments