Skip to content

Commit 3f28f6c

Browse files
authored
Merge pull request #2181 from redis/DOC-5758
RC: Add Heroku mention to RC docs
2 parents c673a06 + 533680b commit 3f28f6c

File tree

4 files changed

+35
-20
lines changed

4 files changed

+35
-20
lines changed

content/embeds/rc-heroku-add-on.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Deploy Redis Cloud as a Heroku add-on to enhance your applications with high-performance data storage and caching capabilities.
2+
3+
## Overview
4+
5+
The [Redis Cloud Heroku add-on](https://elements.heroku.com/addons/rediscloud) provides a fully managed Redis service as a Heroku add-on, making it easy to quickly add high-performance data storage to your Heroku applications. Redis Cloud on Heroku is perfect for web applications requiring fast caching, session storage, and real-time features.
6+
7+
## Key Features
8+
9+
- **One-Click Installation**: Easy installation through Heroku add-ons marketplace
10+
- **Automatic Provisioning**: Instant Redis database setup with connection credentials
11+
- **Heroku Integration**: Seamless integration with Heroku's platform and tooling
12+
- **Scaling**: Easy scaling through Heroku dashboard or CLI
13+
- **Monitoring**: Built-in monitoring and alerting for your Redis databases
14+
- **Backup & Recovery**: Automated backups and point-in-time recovery
15+
- **Multi-language Support**: Works with all programming languages supported by Heroku
16+
17+
## Get started
18+
19+
Learn how to [add Redis Cloud to Heroku applications](https://devcenter.heroku.com/articles/rediscloud).

content/integrate/heroku-redis/_index.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,4 @@ type: integration
1414
weight: 21
1515
---
1616

17-
Deploy Redis Cloud as a Heroku add-on to enhance your applications with high-performance data storage and caching capabilities.
18-
19-
## Overview
20-
21-
Redis Cloud on Heroku provides a fully managed Redis service as a Heroku add-on, making it easy to add high-performance data storage to your Heroku applications. Perfect for web applications requiring fast caching, session storage, and real-time features.
22-
23-
## Key Features
24-
25-
- **One-Click Installation**: Easy installation through Heroku add-ons marketplace
26-
- **Automatic Provisioning**: Instant Redis database setup with connection credentials
27-
- **Heroku Integration**: Seamless integration with Heroku's platform and tooling
28-
- **Environment Variables**: Automatic configuration through Heroku config vars
29-
- **Scaling**: Easy scaling through Heroku dashboard or CLI
30-
- **Monitoring**: Built-in monitoring and alerting for your Redis databases
31-
- **Backup & Recovery**: Automated backups and point-in-time recovery
32-
- **Multi-language Support**: Works with all programming languages supported by Heroku
33-
34-
## Getting Started
35-
36-
Learn how to [add Redis Cloud to Heroku](https://devcenter.heroku.com/articles/rediscloud) applications.
17+
{{< embed-md "embeds/rc-heroku-add-on.md" >}}

content/operate/rc/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Use the [Quick start]({{< relref "/operate/rc/rc-quickstart" >}}) to learn how t
2626
- [Connect with Redis client]({{< relref "/operate/rc/rc-quickstart#using-redis-client" >}})
2727
- [Connect with Redis Insight]({{< relref "/operate/rc/rc-quickstart#using-redisinsight" >}})
2828

29+
You can also use [Vercel's Redis Cloud integration](https://vercel.com/marketplace/redis-cloud) or [Heroku's Redis Cloud add-on](https://elements.heroku.com/addons/rediscloud) to quickly add a Redis database to your project.
30+
2931
## Databases
3032
Create and manage [Redis databases]({{< relref "/operate/rc/databases" >}}) in the cloud.
3133
- [Create database]({{< relref "/operate/rc/databases/create-database" >}})
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
LinkTitle: Heroku add-on
3+
Title: Deploy Redis Cloud as a Heroku add-on
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Add Redis Cloud to your Heroku applications for fast data storage and caching.
9+
title: Heroku
10+
weight: 67
11+
---
12+
13+
{{< embed-md "embeds/rc-heroku-add-on.md" >}}

0 commit comments

Comments
 (0)