Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions faq/databases-for-redis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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™<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.
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/).

Expand Down Expand Up @@ -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.
For more information, refer to the [Understanding default user permissions](/managed-databases/redis/reference-content/default-user-permissions/) documentation page.


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<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/).

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.

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

</TabsTab>
</Tabs>
</Tabs>

<br/>
<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>
7 changes: 5 additions & 2 deletions managed-databases/redis/api-cli/using-pub-sub-feature.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> 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.

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

<Message type="tip">
Refer to the official [Redis Pub/Sub documentation page](https://redis.com/glossary/pub-sub/) for more commands and use cases.
</Message>
</Message>

<br/>
<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>
7 changes: 5 additions & 2 deletions managed-databases/redis/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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™<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.

## Cluster mode

Expand Down Expand Up @@ -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.
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.

<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> Database Instances.

<Macro id="requirements" />

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


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> Database Instance using the [Redis™ CLI](https://redis.io/docs/ui/cli/).

<Macro id="requirements" />

Expand Down Expand Up @@ -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™.


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<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.

<Macro id="requirements" />

Expand Down Expand Up @@ -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.


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ categories:
</Message>


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> Database Instance. The entry `0.0.0.0/0` enables any host to establish a connection.

<Macro id="requirements" />

Expand Down Expand Up @@ -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**.


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> 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.
Expand Down Expand Up @@ -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**.

<br/>
<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>

6 changes: 5 additions & 1 deletion managed-databases/redis/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
<Message type="tip">
Alternatively, you can delete your database from your Database Instances list by clicking <Icon name="more" /> next to the database name and then **Delete**.
</Message>
</Message>


<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> Database Instance, you have to specify a user. It will be created with the following permissions:

```
+client +cluster
Expand Down Expand Up @@ -41,4 +41,7 @@ For a username to be valid, it must:

<Message type="important">
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.
</Message>
</Message>

<br/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -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™<sup>*</sup> 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™.

Expand Down Expand Up @@ -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™.
Follow our [changelog](/changelog/) to remain up-to-date with the latest improvements in Managed Databases for Redis™.

<br/>
<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>