From 8a113d8459de8ff99292245c3f200a313c9b6f92 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Fri, 26 Sep 2025 14:14:00 -0400 Subject: [PATCH 1/2] Make heroku page an embed and embed it into RC docs --- content/embeds/rc-heroku-add-on.md | 19 +++++++++++++++++ content/integrate/heroku-redis/_index.md | 21 +------------------ .../operate/rc/cloud-integrations/heroku.md | 13 ++++++++++++ 3 files changed, 33 insertions(+), 20 deletions(-) create mode 100644 content/embeds/rc-heroku-add-on.md create mode 100644 content/operate/rc/cloud-integrations/heroku.md diff --git a/content/embeds/rc-heroku-add-on.md b/content/embeds/rc-heroku-add-on.md new file mode 100644 index 0000000000..f1d5936b30 --- /dev/null +++ b/content/embeds/rc-heroku-add-on.md @@ -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). \ No newline at end of file diff --git a/content/integrate/heroku-redis/_index.md b/content/integrate/heroku-redis/_index.md index ba3bf538f8..f0d273ee00 100644 --- a/content/integrate/heroku-redis/_index.md +++ b/content/integrate/heroku-redis/_index.md @@ -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" >}} diff --git a/content/operate/rc/cloud-integrations/heroku.md b/content/operate/rc/cloud-integrations/heroku.md new file mode 100644 index 0000000000..4019a274c3 --- /dev/null +++ b/content/operate/rc/cloud-integrations/heroku.md @@ -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" >}} \ No newline at end of file From 533680b758723d35f17c04475ef41ac2997d986f Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Fri, 26 Sep 2025 14:14:19 -0400 Subject: [PATCH 2/2] Add Heroku and Vercel to top-level page --- content/operate/rc/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/operate/rc/_index.md b/content/operate/rc/_index.md index dc8aec7dbc..afaa8a138e 100644 --- a/content/operate/rc/_index.md +++ b/content/operate/rc/_index.md @@ -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" >}})