Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/embeds/rc-heroku-add-on.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Deploy Redis Cloud as a Heroku add-on to enhance your applications with high-performance data storage and caching capabilities.

## Overview

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.

## Key Features

- **One-Click Installation**: Easy installation through Heroku add-ons marketplace
- **Automatic Provisioning**: Instant Redis database setup with connection credentials
- **Heroku Integration**: Seamless integration with Heroku's platform and tooling
- **Scaling**: Easy scaling through Heroku dashboard or CLI
- **Monitoring**: Built-in monitoring and alerting for your Redis databases
- **Backup & Recovery**: Automated backups and point-in-time recovery
- **Multi-language Support**: Works with all programming languages supported by Heroku

## Get started

Learn how to [add Redis Cloud to Heroku applications](https://devcenter.heroku.com/articles/rediscloud).
21 changes: 1 addition & 20 deletions content/integrate/heroku-redis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,4 @@ type: integration
weight: 21
---

Deploy Redis Cloud as a Heroku add-on to enhance your applications with high-performance data storage and caching capabilities.

## Overview

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.

## Key Features

- **One-Click Installation**: Easy installation through Heroku add-ons marketplace
- **Automatic Provisioning**: Instant Redis database setup with connection credentials
- **Heroku Integration**: Seamless integration with Heroku's platform and tooling
- **Environment Variables**: Automatic configuration through Heroku config vars
- **Scaling**: Easy scaling through Heroku dashboard or CLI
- **Monitoring**: Built-in monitoring and alerting for your Redis databases
- **Backup & Recovery**: Automated backups and point-in-time recovery
- **Multi-language Support**: Works with all programming languages supported by Heroku

## Getting Started

Learn how to [add Redis Cloud to Heroku](https://devcenter.heroku.com/articles/rediscloud) applications.
{{< embed-md "embeds/rc-heroku-add-on.md" >}}
2 changes: 2 additions & 0 deletions content/operate/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Use the [Quick start]({{< relref "/operate/rc/rc-quickstart" >}}) to learn how t
- [Connect with Redis client]({{< relref "/operate/rc/rc-quickstart#using-redis-client" >}})
- [Connect with Redis Insight]({{< relref "/operate/rc/rc-quickstart#using-redisinsight" >}})

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.

## Databases
Create and manage [Redis databases]({{< relref "/operate/rc/databases" >}}) in the cloud.
- [Create database]({{< relref "/operate/rc/databases/create-database" >}})
Expand Down
13 changes: 13 additions & 0 deletions content/operate/rc/cloud-integrations/heroku.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
LinkTitle: Heroku add-on
Title: Deploy Redis Cloud as a Heroku add-on
categories:
- docs
- operate
- rc
description: Add Redis Cloud to your Heroku applications for fast data storage and caching.
title: Heroku
weight: 67
---

{{< embed-md "embeds/rc-heroku-add-on.md" >}}