Skip to content

Commit 34d4313

Browse files
committed
Update Redis capabilities guide
1 parent 16056f8 commit 34d4313

15 files changed

+300
-195
lines changed

pages/platform/databases/redis_01_capabilities/guide.de-de.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: Redis - Guides
66
order: 010
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/databases/redis/capabilities/'
9-
updated: 2023-01-19
9+
updated: 2023-04-22
1010
---
1111

12-
**Last updated January 19th, 2023**
12+
**Last updated April 22nd, 2023**
1313

1414
## Objective
1515

@@ -37,8 +37,9 @@ Database nodes have to be in the same region. Multi-AZ is currently not supporte
3737
The Public Cloud Databases offer supports the following Redis versions:
3838

3939
- Redis 6.2
40+
- Redis 7.0
4041

41-
You can follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
42+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/gb/en/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. You can, additionally, follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
4243

4344
### Redis clients
4445

@@ -62,6 +63,9 @@ Here is an overview of the various plans' capabilities:
6263

6364
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6465

66+
> [!primary]
67+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
68+
6569
#### Nodes and replicas
6670

6771
- **Essential**: the cluster can support at most one node.
@@ -77,13 +81,14 @@ More information on <https://redis.com/legal/licenses/>.
7781

7882
Here are the node types you can choose from:
7983

80-
| Name | Disk (GB) | Cores | Memory (GB) |
81-
| ------- | --------- | ----- | ----------- |
82-
| db1-7 | N/A | 2 | 7 |
83-
| db1-15 | N/A | 4 | 15 |
84-
| db1-30 | N/A | 8 | 30 |
85-
| db1-60 | N/A | 16 | 60 |
86-
| db1-120 | N/A | 32 | 120 |
84+
| Name | Storage | vCore | Memory (GB) |
85+
| ------- | -------- | ----- | ----------- |
86+
| db1-4 | N/A | 1 | 4 |
87+
| db1-7 | N/A | 2 | 7 |
88+
| db1-15 | N/A | 4 | 15 |
89+
| db1-30 | N/A | 8 | 30 |
90+
| db1-60 | N/A | 16 | 60 |
91+
| db1-120 | N/A | 32 | 120 |
8792

8893
Right now, all nodes of a given cluster should be of the same type and distributed in the same region.
8994

@@ -102,6 +107,9 @@ Here are some considerations to take into account when using private network:
102107
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
103108
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
104109

110+
##### Authorised IPs
111+
112+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
105113

106114
#### Maximum simultaneous connections
107115

@@ -111,7 +119,7 @@ So for example on a server with 7GB memory, you will get up to 7 \* 4096 = 28672
111119

112120
#### Advanced parameters
113121

114-
We do not currently support Redis advanced parameters.
122+
You can customize your Redis further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-redis-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054733) for more information about which ones are supported.
115123

116124
#### Backups
117125

@@ -123,8 +131,7 @@ We do not currently support Redis advanced parameters.
123131

124132
#### Logs and metrics
125133

126-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
127-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
134+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Redis logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/gb/en/publiccloud/databases/cross-service-integration/) for more information.
128135

129136
- **Logs retention**: 1000 lines of logs
130137
- **Metrics retention**: 1 calendar month

pages/platform/databases/redis_01_capabilities/guide.en-asia.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: redis/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Redis
55
section: Redis - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-22
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 22nd, 2023**
1111

1212
## Objective
1313

@@ -35,8 +35,9 @@ Database nodes have to be in the same region. Multi-AZ is currently not supporte
3535
The Public Cloud Databases offer supports the following Redis versions:
3636

3737
- Redis 6.2
38+
- Redis 7.0
3839

39-
You can follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
40+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/gb/en/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. You can, additionally, follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
4041

4142
### Redis clients
4243

@@ -60,6 +61,9 @@ Here is an overview of the various plans' capabilities:
6061

6162
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6263

64+
> [!primary]
65+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
66+
6367
#### Nodes and replicas
6468

6569
- **Essential**: the cluster can support at most one node.
@@ -75,13 +79,14 @@ More information on <https://redis.com/legal/licenses/>.
7579

7680
Here are the node types you can choose from:
7781

78-
| Name | Disk (GB) | Cores | Memory (GB) |
79-
| ------- | --------- | ----- | ----------- |
80-
| db1-7 | N/A | 2 | 7 |
81-
| db1-15 | N/A | 4 | 15 |
82-
| db1-30 | N/A | 8 | 30 |
83-
| db1-60 | N/A | 16 | 60 |
84-
| db1-120 | N/A | 32 | 120 |
82+
| Name | Storage | vCore | Memory (GB) |
83+
| ------- | -------- | ----- | ----------- |
84+
| db1-4 | N/A | 1 | 4 |
85+
| db1-7 | N/A | 2 | 7 |
86+
| db1-15 | N/A | 4 | 15 |
87+
| db1-30 | N/A | 8 | 30 |
88+
| db1-60 | N/A | 16 | 60 |
89+
| db1-120 | N/A | 32 | 120 |
8590

8691
Right now, all nodes of a given cluster should be of the same type and distributed in the same region.
8792

@@ -100,6 +105,9 @@ Here are some considerations to take into account when using private network:
100105
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
101106
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
102107

108+
##### Authorised IPs
109+
110+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
103111

104112
#### Maximum simultaneous connections
105113

@@ -109,7 +117,7 @@ So for example on a server with 7GB memory, you will get up to 7 \* 4096 = 28672
109117

110118
#### Advanced parameters
111119

112-
We do not currently support Redis advanced parameters.
120+
You can customize your Redis further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-redis-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054733) for more information about which ones are supported.
113121

114122
#### Backups
115123

@@ -121,8 +129,7 @@ We do not currently support Redis advanced parameters.
121129

122130
#### Logs and metrics
123131

124-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
125-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
132+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Redis logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/gb/en/publiccloud/databases/cross-service-integration/) for more information.
126133

127134
- **Logs retention**: 1000 lines of logs
128135
- **Metrics retention**: 1 calendar month

pages/platform/databases/redis_01_capabilities/guide.en-au.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: redis/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Redis
55
section: Redis - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-22
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 22nd, 2023**
1111

1212
## Objective
1313

@@ -35,8 +35,9 @@ Database nodes have to be in the same region. Multi-AZ is currently not supporte
3535
The Public Cloud Databases offer supports the following Redis versions:
3636

3737
- Redis 6.2
38+
- Redis 7.0
3839

39-
You can follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
40+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/gb/en/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. You can, additionally, follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
4041

4142
### Redis clients
4243

@@ -60,6 +61,9 @@ Here is an overview of the various plans' capabilities:
6061

6162
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6263

64+
> [!primary]
65+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
66+
6367
#### Nodes and replicas
6468

6569
- **Essential**: the cluster can support at most one node.
@@ -75,13 +79,14 @@ More information on <https://redis.com/legal/licenses/>.
7579

7680
Here are the node types you can choose from:
7781

78-
| Name | Disk (GB) | Cores | Memory (GB) |
79-
| ------- | --------- | ----- | ----------- |
80-
| db1-7 | N/A | 2 | 7 |
81-
| db1-15 | N/A | 4 | 15 |
82-
| db1-30 | N/A | 8 | 30 |
83-
| db1-60 | N/A | 16 | 60 |
84-
| db1-120 | N/A | 32 | 120 |
82+
| Name | Storage | vCore | Memory (GB) |
83+
| ------- | -------- | ----- | ----------- |
84+
| db1-4 | N/A | 1 | 4 |
85+
| db1-7 | N/A | 2 | 7 |
86+
| db1-15 | N/A | 4 | 15 |
87+
| db1-30 | N/A | 8 | 30 |
88+
| db1-60 | N/A | 16 | 60 |
89+
| db1-120 | N/A | 32 | 120 |
8590

8691
Right now, all nodes of a given cluster should be of the same type and distributed in the same region.
8792

@@ -100,6 +105,9 @@ Here are some considerations to take into account when using private network:
100105
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
101106
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
102107

108+
##### Authorised IPs
109+
110+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
103111

104112
#### Maximum simultaneous connections
105113

@@ -109,7 +117,7 @@ So for example on a server with 7GB memory, you will get up to 7 \* 4096 = 28672
109117

110118
#### Advanced parameters
111119

112-
We do not currently support Redis advanced parameters.
120+
You can customize your Redis further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-redis-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054733) for more information about which ones are supported.
113121

114122
#### Backups
115123

@@ -121,8 +129,7 @@ We do not currently support Redis advanced parameters.
121129

122130
#### Logs and metrics
123131

124-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
125-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
132+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Redis logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/gb/en/publiccloud/databases/cross-service-integration/) for more information.
126133

127134
- **Logs retention**: 1000 lines of logs
128135
- **Metrics retention**: 1 calendar month

pages/platform/databases/redis_01_capabilities/guide.en-ca.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: redis/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Redis
55
section: Redis - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-22
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 22nd, 2023**
1111

1212
## Objective
1313

@@ -35,8 +35,9 @@ Database nodes have to be in the same region. Multi-AZ is currently not supporte
3535
The Public Cloud Databases offer supports the following Redis versions:
3636

3737
- Redis 6.2
38+
- Redis 7.0
3839

39-
You can follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
40+
Please refer to the [DBMS lifecycle policy guide](https://docs.ovh.com/gb/en/publiccloud/databases/lifecycle-policy/) for recommendations on version upgrades and end of life announcements of major versions. You can, additionally, follow Redis Release Cycle on their official page: <https://redis.io/topics/releases>
4041

4142
### Redis clients
4243

@@ -60,6 +61,9 @@ Here is an overview of the various plans' capabilities:
6061

6162
Your choice of plan affects the number of nodes your cluster can run, the SLA, and a few other features such as read replicas or backup retention.
6263

64+
> [!primary]
65+
> Be aware that you will be able to upgrade your plan but will not be able to downgrade it afterwards.
66+
6367
#### Nodes and replicas
6468

6569
- **Essential**: the cluster can support at most one node.
@@ -75,13 +79,14 @@ More information on <https://redis.com/legal/licenses/>.
7579

7680
Here are the node types you can choose from:
7781

78-
| Name | Disk (GB) | Cores | Memory (GB) |
79-
| ------- | --------- | ----- | ----------- |
80-
| db1-7 | N/A | 2 | 7 |
81-
| db1-15 | N/A | 4 | 15 |
82-
| db1-30 | N/A | 8 | 30 |
83-
| db1-60 | N/A | 16 | 60 |
84-
| db1-120 | N/A | 32 | 120 |
82+
| Name | Storage | vCore | Memory (GB) |
83+
| ------- | -------- | ----- | ----------- |
84+
| db1-4 | N/A | 1 | 4 |
85+
| db1-7 | N/A | 2 | 7 |
86+
| db1-15 | N/A | 4 | 15 |
87+
| db1-30 | N/A | 8 | 30 |
88+
| db1-60 | N/A | 16 | 60 |
89+
| db1-120 | N/A | 32 | 120 |
8590

8691
Right now, all nodes of a given cluster should be of the same type and distributed in the same region.
8792

@@ -100,6 +105,9 @@ Here are some considerations to take into account when using private network:
100105
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
101106
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
102107

108+
##### Authorised IPs
109+
110+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic, until then your service will be unreachable.
103111

104112
#### Maximum simultaneous connections
105113

@@ -109,7 +117,7 @@ So for example on a server with 7GB memory, you will get up to 7 \* 4096 = 28672
109117

110118
#### Advanced parameters
111119

112-
We do not currently support Redis advanced parameters.
120+
You can customize your Redis further through the use of advanced parameters. See the [Advanced parameters references documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-databases-redis-advanced-parameters-references?id=kb_article_view&sysparm_article=KB0054733) for more information about which ones are supported.
113121

114122
#### Backups
115123

@@ -121,8 +129,7 @@ We do not currently support Redis advanced parameters.
121129

122130
#### Logs and metrics
123131

124-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
125-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
132+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration could be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Redis logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/gb/en/publiccloud/databases/cross-service-integration/) for more information.
126133

127134
- **Logs retention**: 1000 lines of logs
128135
- **Metrics retention**: 1 calendar month

0 commit comments

Comments
 (0)