Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/clients/src/api/redis/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ export class API extends ParentAPI {
enrichForPagination('clusters', this.pageOfListClusters, request)

/**
* Scale up a Redis™ Database Instance. 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.
* Scale up a Redis™ Database Instance. 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.
*
* @param request - The request {@link MigrateClusterRequest}
* @returns A Promise of Cluster
Expand Down