Skip to content

Commit 3e0e5fa

Browse files
jmestizoSSharma-10
andauthored
DBAAS-5458: Update API documentation for Redis (#1063)
Change the name 'Redis' to 'Caching'. Co-authored-by: SSharma-10 <[email protected]>
1 parent 3a64316 commit 3e0e5fa

24 files changed

+33
-33
lines changed

specification/DigitalOcean-public.v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tags:
153153
DigitalOcean's [managed database service](https://docs.digitalocean.com/products/databases)
154154
simplifies the creation and management of highly available database clusters. Currently, it
155155
offers support for [PostgreSQL](http://docs.digitalocean.com/products/databases/postgresql/),
156-
[Redis](https://docs.digitalocean.com/products/databases/redis/),
156+
[Caching](https://docs.digitalocean.com/products/databases/redis/),
157157
[Valkey](https://docs.digitalocean.com/products/databases/valkey/),
158158
[MySQL](https://docs.digitalocean.com/products/databases/mysql/),
159159
[MongoDB](https://docs.digitalocean.com/products/databases/mongodb/), and

specification/resources/apps/models/app_database_spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ properties:
3333
description: |-
3434
- MYSQL: MySQL
3535
- PG: PostgreSQL
36-
- REDIS: Redis
36+
- REDIS: Caching
3737
- MONGODB: MongoDB
3838
- KAFKA: Kafka
3939
- OPENSEARCH: OpenSearch

specification/resources/databases/databases_add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
To add a new database to an existing cluster, send a POST request to
77
`/v2/databases/$DATABASE_ID/dbs`.
88
9-
Note: Database management is not supported for Redis or Valkey clusters.
9+
Note: Database management is not supported for Caching or Valkey clusters.
1010
1111
The response will be a JSON object with a key called `db`. The value of this will be
1212
an object that contains the standard attributes associated with a database.

specification/resources/databases/databases_add_user.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
To add a new database user, send a POST request to `/v2/databases/$DATABASE_ID/users`
77
with the desired username.
88
9-
Note: User management is not supported for Redis or Valkey clusters.
9+
Note: User management is not supported for Caching or Valkey clusters.
1010
1111
When adding a user to a MySQL cluster, additional options can be configured in the
1212
`mysql_settings` object.

specification/resources/databases/databases_create_cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ description: >-
3030
database cluster and the timestamp of the backup to be restored. Creating a database
3131
from a backup is the same as forking a database in the control panel.
3232
33-
Note: Redis cluster creates are no longer supported as of 2025-04-30T00:00:00Z.
34-
Backups are also not supported for Redis or Valkey clusters.
33+
Note: Caching cluster creates are no longer supported as of 2025-04-30T00:00:00Z.
34+
Backups are also not supported for Caching or Valkey clusters.
3535
3636
tags:
3737
- Databases

specification/resources/databases/databases_create_replica.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >-
99
where it will be located.
1010
1111
12-
**Note**: Read-only replicas are not supported for Redis or Valkey clusters.
12+
**Note**: Read-only replicas are not supported for Caching or Valkey clusters.
1313
1414
1515
The response will be a JSON object with a key called `replica`. The value of

specification/resources/databases/databases_delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
A status of 204 will be given. This indicates that the request was processed
1010
successfully, but that no response body is needed.
1111
12-
Note: Database management is not supported for Redis or Valkey clusters.
12+
Note: Database management is not supported for Caching or Valkey clusters.
1313
1414
tags:
1515
- Databases

specification/resources/databases/databases_delete_user.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
A status of 204 will be given. This indicates that the request was processed
1010
successfully, but that no response body is needed.
1111
12-
Note: User management is not supported for Redis or Valkey clusters.
12+
Note: User management is not supported for Caching or Valkey clusters.
1313
1414
tags:
1515
- Databases

specification/resources/databases/databases_destroy_replica.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
`/v2/databases/$DATABASE_ID/replicas/$REPLICA_NAME`.
88
99
10-
**Note**: Read-only replicas are not supported for Redis or Valkey clusters.
10+
**Note**: Read-only replicas are not supported for Caching or Valkey clusters.
1111
1212
1313
A status of 204 will be given. This indicates that the request was processed

specification/resources/databases/databases_get.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
To show information about an existing database cluster, send a GET request to
77
`/v2/databases/$DATABASE_ID/dbs/$DB_NAME`.
88
9-
Note: Database management is not supported for Redis or Valkey clusters.
9+
Note: Database management is not supported for Caching or Valkey clusters.
1010
1111
The response will be a JSON object with a `db` key. This will be set to an object
1212
containing the standard database attributes.

0 commit comments

Comments
 (0)