Redis Cloud API logo

Redis Cloud API

Redis Cloud API

未知免费developer-tools

Redis Cloud(前 Redis Enterprise Cloud)是 Redis 官方托管服务:多云部署、Redis 模块(JSON / Search / TimeSeries / Vector)、企业级 HA。

适合什么时候用

Redis 官方托管(最权威)

先注意什么

付费 tier 较贵(专属 cluster 月几十到几千美金)

第一步先查

redis.com 注册 + 创建 DB 拿 endpoint。Redis CLI: redis-cli -h host -p port -a password。任何 Redis client 都能连。

认证
api_key
CORS
?
HTTPS
注册
?
协议
Redis, REST
计费
freemium

可用率 · 30 天窗口

日常巡检数据收集后将在此处显示。
01

关于这个 API

Redis Cloud 是 Redis Ltd(Redis 项目背后的商业公司,前 Redis Labs)提供的官方托管 Redis 服务,2014 年起。Redis 是世界最流行的 in-memory key-value 数据库(年年是 StackOverflow 开发者调研的"最 loved" 数据库),用作 cache、session、queue、real-time 数据。Redis Cloud 是「Redis 官方说怎么部署 Redis 给你的方案」——多云 region 选择、企业级 HA(auto-failover)、加 Redis 商业模块 (RedisJSON、RediSearch、RedisTimeSeries、RedisBloom、RedisVL 等)。和 Upstash 对比:Redis Cloud 是「TCP 模式 + dedicated cluster」适合常态高 throughput 应用;Upstash 是「HTTP + serverless」适合 edge / serverless。客户:传统企业(金融、电商)的 high-throughput cache 场景。Redis 商业模块越做越多让 Redis 从 cache 扩展到 search / time series / vector search 等场景。

02

你可以做什么

  • 1传统 cache / session store
  • 2pub/sub messaging
  • 3real-time leaderboard / counter
  • 4RedisJSON / RediSearch 替代部分 NoSQL DB
03

优劣对比

优点

  • Redis 官方托管(最权威)
  • 多云部署(AWS / GCP / Azure 都可选 region)
  • Redis 模块齐全(JSON、Search、TimeSeries、Vector、Bloom 等)
  • 免费 30MB DB 测试用

注意事项

  • 付费 tier 较贵(专属 cluster 月几十到几千美金)
  • 不适合 serverless(TCP 持久连接模式)
04

示例请求

通用模板 — 实际 endpoint 请查阅文档替换 <endpoint>。
curl https://redis.io/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.
05

快速开始

redis.com 注册 + 创建 DB 拿 endpoint。Redis CLI: redis-cli -h host -p port -a password。任何 Redis client 都能连。

06

常见问题

Redis Cloud vs ElastiCache?+

想要最新 Redis 版本 + 商业模块:Redis Cloud。深度 AWS 集成 + VPC peering 简单:ElastiCache。

07

技术细节

CORS: ?HTTPS: Yes注册: ?开源: No
认证方式
api_key
计费
freemium
速率限制
默认 60 req/分(管理 API)
协议
Redis, REST
SDK
javascript, python, go, java, csharp, php, ruby
08

标签