Fixed plans support low throughput workflows. Several plans are available, each designed for different memory sizes.

When creating your subscription, you’ll need to choose the plan that suits your needs.

If you’re new to Redis Cloud, the quick start helps you create an account with a free subscription and an initial database. You also learn how to connect to your database.

Fixed plans

Fixed plan pricing scales according to the memory size of the database defined in the subscription. Additional limits also apply, as shown in the tables below (updated February 2024).

The 30 MB Fixed plan is free; it’s designed for learning and building test projects. It gives you enough space to learn Redis concepts and develop application prototypes.

Our paid plans start at 250 MB and offer extra features, like high availability and backups (both daily and instant). They are great for bigger projects or production environments that require increased storage, reliability, and other features to support your operational needs.

If you need additional resources, you can upgrade your subscription at any time.

There are some differences between plans for the different high availability options. See the tables for No replication and single-zone replication and Multi-zone replication for more details.

No replication and single-zone replication

DB size1 30 MB (Free) 250 MB 1 GB 2.5 GB 5 GB 12 GB
Concurrent
connections
per database
30 256 1024 2500 5000 10000
CIDR
allow rules
1 4 4-8 4-8 4-16 4-32
Monthly
total network
bandwidth
5 GB 100 GB 200 GB 400 GB 800 GB 2000 GB
Maximum
throughput2
100 ops/sec 1000 ops/sec 2000 ops/sec 4000 ops/sec 8000 ops/sec 16000 ops/sec
  1. Database size includes replication where applicable. See High availability cost impact for more information.

  2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024.

Multi-zone replication

DB size 1 250 MB 1 GB 2.5 GB 5 GB 12 GB
Concurrent
connections
per database
256 1024 2500 5000 10000
CIDR
allow rules
4 8 8 16 32
Monthly
total network
bandwidth
64 GB 200 GB 400 GB 800 GB 2000 GB
Maximum
throughput2
1000 ops/sec 2000 ops/sec 4000 ops/sec 8000 ops/sec 16000 ops/sec
  1. Database size includes replication. See High availability cost impact for more information.

  2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024.

Create a Fixed subscription

To create a Fixed subscription:

  1. From the Redis Cloud subscriptions list, select the Add new subscription button.

    The New subscriptions button in the admin console menu.
  2. When the New subscription page appears, select Fixed plan and then scroll to the cloud vendor options.

    Available subscription plan options.
  3. Choose a Cloud Provider and a Region.

    Available cloud vendor options and Redis 7.2 regions.

    Redis 7.2 is available for selected regions in AWS and GCP. Redis 7.2 introduces several changes to existing Redis commands; see the list of breaking changes for more details.

    If you want to try out Redis 7.2, turn on the Redis 7.2 regions toggle to show the regions where it is available:

    Turn on the Redis 7.2 regions toggle.
  4. In the Availability Settings panel, select your replication settings.

    • No-replication means that you will have a single copy of your database.
    • Single-zone replication means that your database will have a primary and a replica located in the same cloud region. If anything happens to the primary, the replica takes over and becomes the new primary.
    • Multi-zone replication means that the primary and the replicas are stored in different region zones, which provides additional protection by distributing the replicas.
  5. Select the desired plan size.

    To create a Free subscription, select the 30 MB plan size.

    Available Fixed subscription plans.
  6. Enter a subscription name and payment details.

  7. Select the Create Subscription button.

    The Create Subscription button.

Here are few details to keep in mind:

  • You can create a Free subscription without being prompted for payment details.

  • You can only have one free subscription at a time.

  • If you’re creating a paid subscription and haven’t previously entered a payment method, use the Add Credit Card button to add one.

    The Add credit card icon.

When you create your subscription, there’s a brief pause while your request is processed and then you’re taken to the Subscription details page.

The Subscription details screen with no databases.

To create your database, select the New Database button and then fill in the appropriate details.

To learn more, see Create a database.