Redis Cloud API logo

Redis Cloud API

Redis Cloud API

UnknownFreedeveloper-tools

Redis Cloud (formerly Redis Enterprise Cloud) is Redis official managed service — multi-cloud deployment, Redis modules (JSON / Search / TimeSeries / Vector), enterprise HA.

Use it when

Official Redis managed (most authoritative)

Watch for

Paid tiers more expensive (dedicated cluster tens to thousands per month)

First check

Sign up at redis.com and create DB for endpoint. Redis CLI: redis-cli -h host -p port -a password. Any Redis client works.

Auth
api_key
CORS
?
HTTPS
Yes
Signup
?
Protocol
Redis, REST
Pricing
freemium

Uptime · 30-day window

Health history will appear here after the next daily check.
01

About this API

Redis Cloud is the official managed Redis service from Redis Ltd (commercial company behind Redis project, formerly Redis Labs), since 2014. Redis is the world's most popular in-memory key-value database (consistently "most loved" database in StackOverflow developer surveys), used as cache, session, queue, real-time data. Redis Cloud is "Redis official answer to how to deploy Redis" — multi-cloud region choice, enterprise HA (auto-failover), with Redis commercial modules (RedisJSON, RediSearch, RedisTimeSeries, RedisBloom, RedisVL). vs. Upstash: Redis Cloud is "TCP mode + dedicated cluster" suiting steady high-throughput; Upstash is "HTTP + serverless" suiting edge / serverless. Customers: traditional enterprises (finance, e-commerce) high-throughput cache scenarios. Redis commercial modules expanding Redis from cache to search / time series / vector search.

02

What you can build

  • 1Traditional cache / session store
  • 2Pub/sub messaging
  • 3Real-time leaderboard / counter
  • 4RedisJSON / RediSearch replaces some NoSQL DB needs
03

Strengths & limitations

Strengths

  • Official Redis managed (most authoritative)
  • Multi-cloud (AWS / GCP / Azure region choice)
  • Complete Redis modules (JSON, Search, TimeSeries, Vector, Bloom)
  • Free 30MB DB for testing

Limitations

  • Paid tiers more expensive (dedicated cluster tens to thousands per month)
  • Not for serverless (TCP persistent connection mode)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://redis.io/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.
05

Getting started

Sign up at redis.com and create DB for endpoint. Redis CLI: redis-cli -h host -p port -a password. Any Redis client works.

06

FAQ

Redis Cloud vs. ElastiCache?+

Want latest Redis version + commercial modules: Redis Cloud. Deep AWS integration + simpler VPC peering: ElastiCache.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
api_key
Pricing
freemium
Rate limit
默认 60 req/分(管理 API)
Protocols
Redis, REST
SDKs
javascript, python, go, java, csharp, php, ruby
08

Tags