Skip to content

Commit 1e19018

Browse files
fix(red): add note (#3757)
1 parent 39183d2 commit 1e19018

13 files changed

+53
-22
lines changed

faq/databases-for-redis.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ category: managed-databases
1212

1313
## What is Scaleway Managed Database for Redis™
1414

15-
Managed Database for Redis™ is a low-latency caching solution. It allows you to easily set up a secure cache and lighten the load on your main database.
15+
Managed Database for Redis™<sup>*</sup> is a low-latency caching solution. It allows you to easily set up a secure cache and lighten the load on your main database.
1616
Based on the in-memory data storage, Managed Database for Redis™ improves your application response time and helps you provide a better experience to your users.
1717
Using Managed Database for Redis™ as a cache optimizes the speed of your requests as copies of the most frequently used data are stored in memory, making them accessible in milliseconds. [Learn more about Managed Database for Redis™](/managed-databases/redis/how-to/create-a-database-for-redis/).
1818

@@ -106,4 +106,8 @@ Yes. You can change the default username and password anytime via the Scaleway A
106106

107107
Refer to the [Managing the default user's username and password](/managed-databases/redis/api-cli/managing-username-and-password/) documentation page to learn how.
108108

109-
For more information, refer to the [Understanding default user permissions](/managed-databases/redis/reference-content/default-user-permissions/) documentation page.
109+
For more information, refer to the [Understanding default user permissions](/managed-databases/redis/reference-content/default-user-permissions/) documentation page.
110+
111+
112+
<br/>
113+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/api-cli/managing-username-and-password.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- redis
1414
---
1515

16-
When you create a Redis™ Database Instance, you have to specify a user. It will be created with [set permissions](/managed-databases/redis/reference-content/default-user-permissions/).
16+
When you create a Redis™<sup>*</sup> Database Instance, you have to specify a user. It will be created with [set permissions](/managed-databases/redis/reference-content/default-user-permissions/).
1717

1818
You can specify a name for this user when you create a Database Instance. This allows you to ensure the username is compatible with different software integrations where specific usernames are not supported.
1919

@@ -132,4 +132,7 @@ You can change the username and password of the default user anytime via the API
132132
```
133133

134134
</TabsTab>
135-
</Tabs>
135+
</Tabs>
136+
137+
<br/>
138+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/api-cli/using-pub-sub-feature.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- redis
1414
---
1515

16-
The Publish/Subscribe feature is available with Redis™ 6 and 7.
16+
The Publish/Subscribe feature is available with Redis™<sup>*</sup> 6 and 7.
1717

1818
Pub/Sub is a highly scalable messaging model fit to handle large amounts of data and that enables asynchronous communication on low bandwidth.
1919

@@ -57,4 +57,7 @@ To implement Pub/Sub using Redis, you can run commands such as `PUBLISH` and `SU
5757

5858
<Message type="tip">
5959
Refer to the official [Redis Pub/Sub documentation page](https://redis.com/glossary/pub-sub/) for more commands and use cases.
60-
</Message>
60+
</Message>
61+
62+
<br/>
63+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/concepts.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Access control list (ACL) rules [define permissions for remote access to a Datab
1919

2020
## Cluster
2121

22-
A Redis™ cluster consists of a set of primary and secondary nodes. The cluster nodes use hash partitioning to split the keyspace into 16,384 key slots. Each primary of the cluster is responsible for a subset of those slots. Each secondary node replicates the data of one of the primary ones.
22+
A Redis™<sup>*</sup> cluster consists of a set of primary and secondary nodes. The cluster nodes use hash partitioning to split the keyspace into 16,384 key slots. Each primary of the cluster is responsible for a subset of those slots. Each secondary node replicates the data of one of the primary ones.
2323

2424
## Cluster mode
2525

@@ -67,4 +67,7 @@ Transport Layer Security (TLS) is an internet security protocol that enables dat
6767

6868
## Vertical scaling
6969

70-
Feature that allows you to increase the size of your Redis™ Database Instance by upgrading to a bigger node type to allow increased traffic for the same endpoint.
70+
Feature that allows you to increase the size of your Redis™ Database Instance by upgrading to a bigger node type to allow increased traffic for the same endpoint.
71+
72+
<br/>
73+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/how-to/configure-advanced-settings-redis.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- postgresql-and-mysql
1515
---
1616

17-
Advanced settings allow you to modify the default configuration of your Redis™ Database Instances.
17+
Advanced settings allow you to modify the default configuration of your Redis™<sup>*</sup> Database Instances.
1818

1919
<Macro id="requirements" />
2020

@@ -47,4 +47,5 @@ Advanced settings allow you to modify the default configuration of your Redis™
4747
- Click <Icon name="delete"/> next to the setting you wish to delete.
4848
- Click <Icon name="validate"/> to confirm your changes.
4949

50-
50+
<br/>
51+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/how-to/connect-to-redis-database-instance.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- redis
1515
---
1616

17-
You can connect to your Redis™ Database Instance using the [Redis™ CLI](https://redis.io/docs/ui/cli/).
17+
You can connect to your Redis™<sup>*</sup> Database Instance using the [Redis™ CLI](https://redis.io/docs/ui/cli/).
1818

1919
<Macro id="requirements" />
2020

@@ -56,4 +56,5 @@ To connect to a Redis™ Database Instance in a Private Network, you can use Pub
5656

5757
You are now connected to your Managed Database for Redis™.
5858

59-
59+
<br/>
60+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/how-to/create-a-database-for-redis.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- redis
1515
---
1616

17-
Managed Database for Redis™ is a low-latency caching solution based on in-memory data storage. It allows you to easily set up a secure cache and lighten the load on your main database.
17+
Managed Database for Redis™<sup>*</sup> is a low-latency caching solution based on in-memory data storage. It allows you to easily set up a secure cache and lighten the load on your main database.
1818

1919
<Macro id="requirements" />
2020

@@ -61,4 +61,5 @@ Managed Database for Redis™ is a low-latency caching solution based on in-memo
6161
- Enter a name and optional tags for the database.
6262
6. Click **Create Redis™ Database Instance** to confirm your choices and launch creation.
6363

64-
64+
<br/>
65+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/how-to/delete-a-database-for-redis.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ categories:
3232
</Message>
3333

3434

35+
<br/>
36+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- redis
1515
---
1616

17-
Allowed IPs restrict the IPs allowed to access your Database Instance. The entry `0.0.0.0/0` enables any host to establish a connection.
17+
Allowed IPs restrict the IPs allowed to access your Redis™<sup>*</sup> Database Instance. The entry `0.0.0.0/0` enables any host to establish a connection.
1818

1919
<Macro id="requirements" />
2020

@@ -49,4 +49,5 @@ Allowed IPs restrict the IPs allowed to access your Database Instance. The entry
4949
3. A pop-up displays. Type **DELETE** to confirm.
5050
4. Click **Delete IP**.
5151

52-
52+
<br/>
53+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>

managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- postgresql-and-mysql
1515
---
1616

17-
If you want to scale up the size of your Redis™ Database Instance, you can edit your node settings to either:
17+
If you want to scale up the size of your Redis™<sup>*</sup> Database Instance, you can edit your node settings to either:
1818

1919
- **Scale vertically**: upgrade to a bigger node type to allow increased traffic for the same endpoint.
2020
- **Scale horizontally**: add more nodes to your Database Instance to increase your number of endpoints and distribute cache. This setting is only available for Database Instances in cluster mode.
@@ -64,4 +64,6 @@ If you want to scale up the size of your Redis™ Database Instance, you can edi
6464

6565
You can check your new number of nodes in the Database Instance information page under **Node configuration**.
6666

67+
<br/>
68+
<sup>*</sup> <small>Redis is a trademark of Redis Labs Ltd. Any rights therein are reserved to Redis Labs Ltd. Any use by Scaleway is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Scaleway. </small>
6769

0 commit comments

Comments
 (0)