Redis Cloud Pro pricing: how does the $200/month minimum work and what counts toward it?
In-Memory Databases & Caching

Redis Cloud Pro pricing: how does the $200/month minimum work and what counts toward it?

11 min read

Most teams first bump into the Redis Cloud Pro $200/month minimum when they see a bill that doesn’t seem to match their low data usage. The key is understanding that Pro isn’t pure “only pay for what you use”—there’s a monthly platform floor, and then usage-based charges that ride on top of it.

Quick Answer: Redis Cloud Pro has a $200/month minimum commitment. Your total Pro charges across all subscriptions in an account must reach at least $200/month. Any combination of data storage, throughput, clustering, and optional features counts toward that minimum. If your metered usage adds up to less than $200, you still pay $200; if it’s more, you pay the higher usage amount.


The Quick Overview

  • What It Is: Redis Cloud Pro is the pay-as-you-go, production-grade Redis Cloud tier with a $200/month minimum and granular hourly, per‑GB pricing.
  • Who It Is For: Teams that need dedicated, SLAs-backed Redis in the cloud—caching, real-time data, and AI workloads—without jumping straight into high, enterprise-level commitments.
  • Core Problem Solved: Pro gives you predictable, always-on performance and operational safety (high availability, clustering, observability) while still letting you scale usage up and down. The $200/month minimum ensures you’re on an infrastructure tier built for production, not shared “dev-only” resources.

How It Works

Redis Cloud pricing overall is usage-based: you’re billed for data stored in memory (and in some plans, on lower-cost tiers), features you enable, and the throughput your databases consume. Redis Cloud Pro adds one key rule on top:

If your total Pro usage charges for the month are below $200, you’re billed $200. If they’re above $200, you pay the actual usage total.

You’re charged hourly, based on the resources actually allocated to your Redis Cloud Pro databases. At the end of the month, Redis sums that hourly usage and compares it to the $200 monthly minimum.

A typical Pro billing flow looks like:

  1. Provision Pro resources:
    You create one or more Redis Cloud Pro subscriptions (for example, in AWS us‑east‑1), size databases, and select options like clustering or modules (vector, search, JSON).
  2. Accrue hourly, per‑GB charges:
    Redis measures allocated memory, throughput, and enabled features each hour. Those are multiplied by the Pro price rates for your cloud and region.
  3. Apply the $200 minimum at month-end:
    All Pro charges for the account are summed. If the total is <$200, the bill is adjusted up to $200. If it’s >$200, you pay that higher amount.

Features & Benefits Breakdown

Core FeatureWhat It DoesPrimary Benefit
$200/month minimumSets a billing floor across all Pro subscriptions in your account.Predictable commitment with the flexibility to add more workloads without renegotiating plans.
Hourly, per‑GB pricingBills based on actual memory allocated (and other metered resources) each hour.Fine-grained control over spend—scale up/down without annual licenses.
Production-grade infrastructureDedicated resources, high availability, automatic failover, clustering.Low latency and high uptime for APIs, real-time features, and AI workloads.
Multi-workload supportSame Pro subscription supports caching, vector database, semantic search, JSON, and AI agent memory.Consolidate systems and keep costs predictable under one minimum.
Cloud marketplace integrationOn AWS, Redis Cloud can be billed directly through AWS Marketplace.Single bill and centralized spend tracking with your existing cloud provider.

What counts toward the $200/month minimum?

The Redis Cloud Pro minimum applies to all Pro usage in your account. In practical terms:

1. All Pro subscriptions in your account

If your organization has multiple Pro subscriptions (for example, separate ones per region or per business unit) under the same billing account:

  • All their usage is summed.
  • The $200 minimum applies to the total.

So if Subscription A uses $90 and Subscription B uses $60 in a month, your total is $150. Because you’re on Pro, the bill is rounded up to $200. If next month your total reaches $260, you just pay $260.

Note: The exact grouping of subscriptions under an “account” is determined by how you set up billing and organization in Redis Cloud. If you’re unsure whether a given subscription rolls into the same $200 minimum, verify in the Redis Cloud console Billing section or with Redis support.

2. Allocated memory (primary driver)

For most teams, the biggest component is data stored in memory:

  • The GB of RAM you allocate to your Redis databases in Pro.
  • Billed hourly, based on provisioned capacity—not just peak usage.

Examples that count toward the minimum:

  • 5 GB Pro database running all month.
  • Three databases at 2 GB, 4 GB, and 8 GB in the same Pro subscription.
  • A 16 GB cluster that you scale down to 8 GB halfway through the month (each hour is billed at the memory size active in that hour).

3. Performance and clustering options

If you choose higher-performance configurations or clustering, your per‑GB rate can be different from a basic configuration—but either way, whatever the final monthly amount is counts toward the $200.

This includes:

  • Clustered databases, where data is sharded across nodes.
  • High-availability configurations with replicas and automatic failover.
  • Higher throughput tiers, where your subscription supports more operations per second with guaranteed latency.

4. Additional Redis capabilities

Redis Cloud Pro is a data structure server, not just cache. Charges associated with features like:

  • Vector sets for vector database / semantic search.
  • RedisJSON for document-style workloads.
  • RediSearch for full-text and secondary indexing.
  • Time series, streams, and other advanced data structures.

All of these live on the same Pro memory footprint and contribute to your monthly usage total, which is then compared to the $200 minimum.

5. Region and cloud selection

Pricing can vary slightly by cloud provider and region. For Pro, whether you’re running on:

  • AWS, Azure, or GCP
  • us‑east, eu‑west, ap‑southeast, etc.

…the corresponding rate card for that Pro region is applied. But regardless of region, the global rule is the same: your total usage across Pro subscriptions has to be ≥ $200, or you’re charged $200.

6. Marketplace billing (AWS example)

Redis Cloud is available via AWS Marketplace with integrated billing:

  • You subscribe to Redis Cloud Pro through AWS Marketplace.
  • Your Redis usage charges are added to your AWS bill.
  • The $200/month Pro minimum still applies exactly as above—the only difference is where you see and pay the bill.

From AWS’s perspective, Redis Cloud Pro looks like a SaaS line item whose charges reflect your metered usage plus the floor.


What does not count toward the Pro minimum?

To avoid misaligned expectations, it helps to separate Pro charges from other cost types that might sit adjacent in your architecture.

Typically, the following do not count toward the Redis Cloud Pro $200 minimum:

  • Other Redis tiers
    If you’re using a separate, non-Pro tier (for example a free or lower-tier dev plan under a different account or billing entity), those charges don’t offset the Pro minimum.

  • Non-Redis Cloud services
    Anything outside Redis Cloud—your primary database (PostgreSQL, MongoDB, etc.), app servers, load balancers, and third-party services—are billed separately by their providers.

  • Cloud infra around Redis Cloud
    Network egress, VPN costs, or cross-region peering that your cloud vendor bills you for are not part of Redis Cloud usage and don’t reduce your Pro minimum.

If you’re consolidating billing via AWS Marketplace, you may see Redis + other SaaS on the same AWS invoice, which can be confusing. But the $200 minimum applies to Redis Cloud Pro usage only, not the entire AWS bill.


Ideal Use Cases

  • Best for teams moving a production cache or fast memory layer into the cloud:
    Because you get dedicated, SLA-backed Redis (with sub-millisecond latency) plus a clear $200/month minimum, you can safely onboard critical workloads like API caching, session storage, and rate limiting.

  • Best for AI and real-time workloads that need predictable low latency:
    Because you can put vector database, semantic search, AI agent memory, and real-time counters into the same Pro subscription, the $200 minimum becomes a shared platform cost across many high-value workloads.


Limitations & Considerations

  • You’ll pay $200 even if usage is small:
    If you only have a tiny 1–2 GB Redis Cloud Pro database for a side project or early-stage POC, your metered usage might be far under $200, but you’ll still be billed $200.

    • Workaround: For truly small or experimental workloads, consider non-Pro tiers first, then upgrade to Pro when you’re ready for production.
  • Cost optimization is about using the minimum fully:
    If you’re consistently landing at, say, $60–$80 of usage on Pro, you’re leaving value unused up to $200.

    • Workaround: Consolidate more workloads (e.g., vector search, JSON-based profile storage, rate limits, session data) into the same Pro subscription so you fully leverage the platform floor.

Pricing & Plans

Redis Cloud as a whole follows a pay-as-you-go, hourly, per‑GB model:

  • You pay for the amount of data you consume, measured at gigabyte-level granularity and billed hourly.
  • With Redis Cloud Pro, that granular usage is subject to a $200/month minimum.

High-level positioning:

  • Developer / lower tiers: Best for small apps, prototypes, and non-critical workloads with tighter cost constraints but fewer production features and no $200 floor.
  • Pro (with $200 minimum): Best for production workloads that need:
    • High availability and automatic failover.
    • Clustering and better scaling guarantees.
    • Support for advanced features like vector sets, RedisJSON, and search.
  • Enterprise tiers: For large-scale, mission-critical platforms, where you need:
    • Active-Active Geo Distribution for 99.999% uptime and local latency.
    • Custom SLAs, dedicated VPC, and stronger compliance controls.
    • Deep Prometheus/Grafana observability and operational tooling.

Plan fit examples

  • Starter/Standard (non-Pro) tiers:
    Best for early-stage teams or small apps that cannot justify a $200/month floor yet but want to experiment with Redis Cloud.

  • Redis Cloud Pro:
    Best for engineering teams who:

    • Already run production-internet traffic through Redis (caching, queues, sessions).
    • Want to add AI retrieval (vector DB), semantic caching, or agent memory without managing Redis infrastructure.
    • Are comfortable with a $200/month minimum as the cost of a reliable, fast memory layer.

Note: Exact plan names and rate cards can evolve. Always double-check the live Redis Cloud pricing page or your account’s Billing section for the currently effective Pro rates.


Frequently Asked Questions

Does the $200/month minimum apply per subscription or per account?

Short Answer: The minimum applies at the account level across all Pro subscriptions, not per individual database.

Details:
Redis Cloud Pro usage is aggregated across your Pro subscriptions under a single billing entity (account). At the end of the billing period, Redis:

  1. Sums up all Pro usage (across all regions/subscriptions in that account).
  2. Applies the $200/month floor to that total.

If you maintain separate organizations or billing accounts, each one could have its own Pro minimum. If you’re unsure whether two subscriptions share the same $200 floor, check your Redis Cloud console Billing view or open a support ticket to confirm.


What happens in a partial month if I start or stop Pro mid-cycle?

Short Answer: Usage is still billed hourly, and the $200 minimum is pro-rated based on the portion of the month you’re active.

Details:
Because Redis Cloud Pro charges accrue hourly, if you:

  • Start Pro in the middle of the month, or
  • Delete all Pro subscriptions before the month ends,

your effective minimum is proportional to the number of hours Pro was active. For example:

  • If you activate Pro halfway through a 30-day month and keep it all the way through:
    • Effective minimum ≈ $100 (half of $200).
  • If you only ran Pro for ~25% of the month:
    • Effective minimum ≈ $50.

Your actual billed amount will be:

  • The greater of:
    • Your actual hourly usage total for Pro that month segment, and
    • The pro-rated portion of the $200 minimum.

Note: The exact pro-ration behavior is visible on your monthly invoice and in the Billing UI. Always verify how partial-month activation is being calculated in your specific account.


Summary

Redis Cloud Pro combines granular, hourly, per‑GB pricing with a $200/month minimum to give you a production-grade fast memory layer that’s always ready for real traffic. Every Pro resource you allocate—memory, clustering, advanced capabilities like vector sets and RedisJSON—contributes to your monthly usage total, which is then compared against the $200 floor.

If your workloads are small, you’ll still pay $200/month, but you gain operationally robust Redis: high availability, clustering, observability, and a unified platform for caching, real-time features, and AI retrieval. As your usage grows, the minimum recedes into the background and you simply pay for what you consume.


Next Step

Get Started