From 607eb2671edfbe9530b5cd3a798027003f928bb3 Mon Sep 17 00:00:00 2001
From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
Date: Wed, 25 Sep 2024 15:51:24 +0200
Subject: [PATCH] fix(red): add note
---
faq/databases-for-redis.mdx | 8 ++++++--
.../redis/api-cli/managing-username-and-password.mdx | 7 +++++--
managed-databases/redis/api-cli/using-pub-sub-feature.mdx | 7 +++++--
managed-databases/redis/concepts.mdx | 7 +++++--
.../redis/how-to/configure-advanced-settings-redis.mdx | 5 +++--
.../redis/how-to/connect-to-redis-database-instance.mdx | 5 +++--
.../redis/how-to/create-a-database-for-redis.mdx | 5 +++--
.../redis/how-to/delete-a-database-for-redis.mdx | 2 ++
.../redis/how-to/manage-allowed-ip-addresses-redis.mdx | 5 +++--
.../redis/how-to/scale-up-a-database-for-redis.mdx | 4 +++-
managed-databases/redis/quickstart.mdx | 6 +++++-
.../redis/reference-content/default-user-permissions.mdx | 7 +++++--
.../redis/reference-content/ensuring-data-persistence.mdx | 7 +++++--
13 files changed, 53 insertions(+), 22 deletions(-)
diff --git a/faq/databases-for-redis.mdx b/faq/databases-for-redis.mdx
index 1b96febe54..6279b88212 100644
--- a/faq/databases-for-redis.mdx
+++ b/faq/databases-for-redis.mdx
@@ -12,7 +12,7 @@ category: managed-databases
## What is Scaleway Managed Database for Redis™
-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.
+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.
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.
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/).
@@ -106,4 +106,8 @@ Yes. You can change the default username and password anytime via the Scaleway A
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.
-For more information, refer to the [Understanding default user permissions](/managed-databases/redis/reference-content/default-user-permissions/) documentation page.
\ No newline at end of file
+For more information, refer to the [Understanding default user permissions](/managed-databases/redis/reference-content/default-user-permissions/) documentation page.
+
+
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/api-cli/managing-username-and-password.mdx b/managed-databases/redis/api-cli/managing-username-and-password.mdx
index ef84c16b1b..52bd89a5b1 100644
--- a/managed-databases/redis/api-cli/managing-username-and-password.mdx
+++ b/managed-databases/redis/api-cli/managing-username-and-password.mdx
@@ -13,7 +13,7 @@ categories:
- redis
---
-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/).
+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/).
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.
@@ -132,4 +132,7 @@ You can change the username and password of the default user anytime via the API
```
-
\ No newline at end of file
+
+
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/api-cli/using-pub-sub-feature.mdx b/managed-databases/redis/api-cli/using-pub-sub-feature.mdx
index b1828d12f0..609d60af0c 100644
--- a/managed-databases/redis/api-cli/using-pub-sub-feature.mdx
+++ b/managed-databases/redis/api-cli/using-pub-sub-feature.mdx
@@ -13,7 +13,7 @@ categories:
- redis
---
-The Publish/Subscribe feature is available with Redis™ 6 and 7.
+The Publish/Subscribe feature is available with Redis™* 6 and 7.
Pub/Sub is a highly scalable messaging model fit to handle large amounts of data and that enables asynchronous communication on low bandwidth.
@@ -57,4 +57,7 @@ To implement Pub/Sub using Redis, you can run commands such as `PUBLISH` and `SU
Refer to the official [Redis Pub/Sub documentation page](https://redis.com/glossary/pub-sub/) for more commands and use cases.
-
\ No newline at end of file
+
+
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/concepts.mdx b/managed-databases/redis/concepts.mdx
index ab62cab2d0..b4b8b1341b 100644
--- a/managed-databases/redis/concepts.mdx
+++ b/managed-databases/redis/concepts.mdx
@@ -19,7 +19,7 @@ Access control list (ACL) rules [define permissions for remote access to a Datab
## Cluster
-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.
+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.
## Cluster mode
@@ -67,4 +67,7 @@ Transport Layer Security (TLS) is an internet security protocol that enables dat
## Vertical scaling
-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.
\ No newline at end of file
+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.
+
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx b/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx
index 358da4e47d..934a96251e 100644
--- a/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx
+++ b/managed-databases/redis/how-to/configure-advanced-settings-redis.mdx
@@ -14,7 +14,7 @@ categories:
- postgresql-and-mysql
---
-Advanced settings allow you to modify the default configuration of your Redis™ Database Instances.
+Advanced settings allow you to modify the default configuration of your Redis™* Database Instances.
@@ -47,4 +47,5 @@ Advanced settings allow you to modify the default configuration of your Redis™
- Click next to the setting you wish to delete.
- Click to confirm your changes.
-
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx b/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx
index c4ac2e074b..c9a38c3a73 100644
--- a/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx
+++ b/managed-databases/redis/how-to/connect-to-redis-database-instance.mdx
@@ -14,7 +14,7 @@ categories:
- redis
---
-You can connect to your Redis™ Database Instance using the [Redis™ CLI](https://redis.io/docs/ui/cli/).
+You can connect to your Redis™* Database Instance using the [Redis™ CLI](https://redis.io/docs/ui/cli/).
@@ -56,4 +56,5 @@ To connect to a Redis™ Database Instance in a Private Network, you can use Pub
You are now connected to your Managed Database for Redis™.
-
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/how-to/create-a-database-for-redis.mdx b/managed-databases/redis/how-to/create-a-database-for-redis.mdx
index 0852debda9..26c73ff104 100644
--- a/managed-databases/redis/how-to/create-a-database-for-redis.mdx
+++ b/managed-databases/redis/how-to/create-a-database-for-redis.mdx
@@ -14,7 +14,7 @@ categories:
- redis
---
-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.
+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.
@@ -61,4 +61,5 @@ Managed Database for Redis™ is a low-latency caching solution based on in-memo
- Enter a name and optional tags for the database.
6. Click **Create Redis™ Database Instance** to confirm your choices and launch creation.
-
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/how-to/delete-a-database-for-redis.mdx b/managed-databases/redis/how-to/delete-a-database-for-redis.mdx
index a933401416..854f6c9337 100644
--- a/managed-databases/redis/how-to/delete-a-database-for-redis.mdx
+++ b/managed-databases/redis/how-to/delete-a-database-for-redis.mdx
@@ -32,3 +32,5 @@ categories:
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx b/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx
index b0ad0b88a3..fd986fe2cd 100644
--- a/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx
+++ b/managed-databases/redis/how-to/manage-allowed-ip-addresses-redis.mdx
@@ -14,7 +14,7 @@ categories:
- redis
---
-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.
+Allowed IPs restrict the IPs allowed to access your Redis™* Database Instance. The entry `0.0.0.0/0` enables any host to establish a connection.
@@ -49,4 +49,5 @@ Allowed IPs restrict the IPs allowed to access your Database Instance. The entry
3. A pop-up displays. Type **DELETE** to confirm.
4. Click **Delete IP**.
-
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx b/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx
index 98f9ed05ad..c02c5f60d0 100644
--- a/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx
+++ b/managed-databases/redis/how-to/scale-up-a-database-for-redis.mdx
@@ -14,7 +14,7 @@ categories:
- postgresql-and-mysql
---
-If you want to scale up the size of your Redis™ Database Instance, you can edit your node settings to either:
+If you want to scale up the size of your Redis™* Database Instance, you can edit your node settings to either:
- **Scale vertically**: upgrade to a bigger node type to allow increased traffic for the same endpoint.
- **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
You can check your new number of nodes in the Database Instance information page under **Node configuration**.
+
+* 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.
diff --git a/managed-databases/redis/quickstart.mdx b/managed-databases/redis/quickstart.mdx
index ade5584e09..10339ac95f 100644
--- a/managed-databases/redis/quickstart.mdx
+++ b/managed-databases/redis/quickstart.mdx
@@ -82,4 +82,8 @@ Managed Database for Redis™ is a low-latency caching solution based on in-memo
4. Type **DELETE** to confirm and click **Delete Database Instance**.
Alternatively, you can delete your database from your Database Instances list by clicking next to the database name and then **Delete**.
-
\ No newline at end of file
+
+
+
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/reference-content/default-user-permissions.mdx b/managed-databases/redis/reference-content/default-user-permissions.mdx
index b52072dd2a..026b15ef09 100644
--- a/managed-databases/redis/reference-content/default-user-permissions.mdx
+++ b/managed-databases/redis/reference-content/default-user-permissions.mdx
@@ -13,7 +13,7 @@ categories:
- redis
---
-When you create a Redis™ Database Instance, you have to specify a user. It will be created with the following permissions:
+When you create a Redis™* Database Instance, you have to specify a user. It will be created with the following permissions:
```
+client +cluster
@@ -41,4 +41,7 @@ For a username to be valid, it must:
You can change the default username and password anytime via the Scaleway API or the CLI. Refer to the [Managing the default user's username and password](/managed-databases/redis/api-cli/managing-username-and-password/) documentation page for more information.
-
\ No newline at end of file
+
+
+
+* 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.
\ No newline at end of file
diff --git a/managed-databases/redis/reference-content/ensuring-data-persistence.mdx b/managed-databases/redis/reference-content/ensuring-data-persistence.mdx
index 53fe68dcb3..35e6d69f60 100644
--- a/managed-databases/redis/reference-content/ensuring-data-persistence.mdx
+++ b/managed-databases/redis/reference-content/ensuring-data-persistence.mdx
@@ -17,7 +17,7 @@ Data persistence ensures that the data from your applications is saved, in memor
When data is stored in memory, and no data persistence strategy is put in place, the data will be gone any time the compute process is stopped.
-To avoid this, Redis™ natively supports persistence by performing [snapshots](https://redis.io/docs/management/persistence/).
+To avoid this, Redis™* natively supports persistence by performing [snapshots](https://redis.io/docs/management/persistence/).
This feature is supported and managed by Scaleway with Managed Databases for Redis™.
@@ -53,4 +53,7 @@ The Scaleway Managed Databases team is currently working on a High Availability
This feature is expected in October 2023.
-Follow our [changelog](/changelog/) to remain up-to-date with the latest improvements in Managed Databases for Redis™.
\ No newline at end of file
+Follow our [changelog](/changelog/) to remain up-to-date with the latest improvements in Managed Databases for Redis™.
+
+
+* 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.
\ No newline at end of file