Skip to content

Commit 8a113d8

Browse files
committed
Make heroku page an embed and embed it into RC docs
1 parent c673a06 commit 8a113d8

File tree

3 files changed

+33
-20
lines changed

3 files changed

+33
-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" >}}
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)