Skip to content

Commit 719b774

Browse files
authored
docs(redis): migrate endpoint update (#1159)
1 parent 94bef51 commit 719b774

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/clients/src/api/redis/v1/api.gen.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)