---
title: How to scale up a Redis™ Database Instance
description: Steps to scale up your Redis™ Database Instance on Scaleway.
tags: managed-database redis database
dates:
  validation: 2025-07-15
  posted: 2022-07-11
---
import Requirements from '@macros/iam/requirements.mdx'


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.

## How to scale vertically

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A [Redis™ Database Instance](/managed-databases-for-redis/how-to/create-a-database-for-redis/)

1. Click **Redis™** under **Databases** on the side menu. A list of your Database Instances displays.
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instances information page.
3. Scroll down the page to the **Node Settings** section.
4. Click **Scale vertically**. A pop-up appears.
5. Select a new node type from the drop-down.
6. Check the details of the estimated cost and click **Scale vertically**.

    You can view the details of your new node type in the Database Instance information page.

## How to scale horizontally

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A [Redis™ Database Instance](/managed-databases-for-redis/how-to/create-a-database-for-redis/) in [cluster mode](/managed-databases-for-redis/concepts/#cluster-mode)

1. Click **Redis™** under **Database** on the side menu. A list of your Database Instances displays.
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.
3. Scroll down the page to the **Node Settings** section.
4. Click **Scale horizontally**. A pop-up appears.
5. Set a new total number of nodes.
    <Message type="note">
      The new total number of nodes has to be bigger than your current number of nodes. You can add up to 6 nodes.
    </Message>
6. Check the details of the estimated cost and click **Scale horizontally**.
    <Message type="note">
      Scaling the number of nodes in your Database Instance can take up to several minutes, depending on the number of nodes you select.
    </Message>

    <Message type="note">
      When TLS is enabled, scaling your Database Instance horizontally will not generate a new SSL certificate with additional IPs.
      You have to manually renew the cluster SSL certificate in order to get the new IPs.
    </Message>

  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>

