# Redis Cloud

Canonical: https://inetgeek.com/caching/redis-cloud/

Managed Redis from Redis Inc., with a permanent free tier and active-active multi-region replication on the Pro plan.

## Who it suits

Teams that want Redis from the company that maintains it, with an on-demand hourly Essentials tier cheap enough to run a small production workload without committing to a fixed plan.

Consider something else if Multi-region active-active replication is needed on a small budget — that's a Pro-tier feature here, where a serverless competitor may price per-region replication into a lower-cost plan.

## What the documentation says

### Pricing

- Free tier: Yes ([source](https://redis.io/pricing/), read 2026-09-11)
- Entry paid plan: Essentials: from $0.007/hour, $5/month total. 250 MB-100 GB RAM and SSD, single DB. ([source](https://redis.io/pricing/), read 2026-09-11)
- Pricing model: On-demand hourly billing. Data transfer is included in the price, with limits. ([source](https://redis.io/pricing/), read 2026-09-11)

### Caching

- Multi-region replication: Not available on Free or Essentials. The Pro plan adds active-active (multi-region) replication and private connectivity. ([source](https://redis.io/pricing/), read 2026-09-11)

### Vector

- Similarity metrics supported: Cosine similarity is documented as a supported distance metric in Redis's vector field schema (DISTANCE_METRIC: COSINE in example code); other metrics were not confirmed in what is sourced here. ([source](https://redis.io/docs/latest/develop/ai/search-and-query/query/vector-search/), read 2026-09-11)
- Metadata filtering: Supported — a vector KNN query can be combined with a pre-filter on other indexed fields in the same query. ([source](https://redis.io/docs/latest/develop/ai/search-and-query/query/vector-search/), read 2026-09-11)

## Compared with

- [Redis Cloud vs Upstash Redis](https://inetgeek.com/compare/upstash-redis-vs-redis-cloud/)
- [Redis Cloud vs Amazon ElastiCache](https://inetgeek.com/compare/amazon-elasticache-vs-redis-cloud/)
- [Redis Cloud vs MemCachier](https://inetgeek.com/compare/memcachier-vs-redis-cloud/)
- [Redis Cloud vs Pinecone](https://inetgeek.com/compare/redis-cloud-vs-pinecone/)
- [Redis Cloud vs Qdrant](https://inetgeek.com/compare/redis-cloud-vs-qdrant/)
- [Redis Cloud vs Weaviate](https://inetgeek.com/compare/redis-cloud-vs-weaviate/)
- [Redis Cloud vs Turbopuffer](https://inetgeek.com/compare/redis-cloud-vs-turbopuffer/)
