Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f2af258
Add comprehensive integration tiles and standardize page structure
mich-elle-luna Sep 23, 2025
18d221d
Update content/integrate/NRedisStack/_index.md
mich-elle-luna Sep 23, 2025
39c3056
Update content/integrate/NRedisStack/_index.md
mich-elle-luna Sep 23, 2025
b7666e7
Update content/integrate/docker-redis-open-source/_index.md
mich-elle-luna Sep 23, 2025
21b5ef7
Update content/integrate/docker-redis-open-source/_index.md
mich-elle-luna Sep 23, 2025
93e7253
Update content/integrate/docker-redis-open-source/_index.md
mich-elle-luna Sep 23, 2025
53a6b74
Update content/integrate/docker-redis-enterprise/_index.md
mich-elle-luna Sep 25, 2025
aa7b46d
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
7c49155
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
99b60b2
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
317fd00
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
d7d5962
Update content/integrate/redis-py/_index.md
mich-elle-luna Sep 25, 2025
412a906
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
442aa79
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
d31aa90
Update content/integrate/php-redis/_index.md
mich-elle-luna Sep 25, 2025
940758c
Remove C++, Dart, and Ruby integration tiles based on feedback
mich-elle-luna Sep 25, 2025
f1a64e2
Update content/integrate/aws-redis-cloud/_index.md
mich-elle-luna Sep 25, 2025
841ce46
Update _index.md
mich-elle-luna Sep 25, 2025
c673a06
Update _index.md
mich-elle-luna Sep 25, 2025
8a113d8
Make heroku page an embed and embed it into RC docs
cmilesb Sep 26, 2025
533680b
Add Heroku and Vercel to top-level page
cmilesb Sep 26, 2025
3f28f6c
Merge pull request #2181 from redis/DOC-5758
cmilesb Sep 26, 2025
7126662
Update content/integrate/go-redis/_index.md
mich-elle-luna Sep 29, 2025
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: 18 additions & 1 deletion content/integrate/NRedisStack/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ type: integration
weight: 2
---

Connect your C#/.NET application to a Redis database using the NRedisStack client library.
Connect your C#/.NET application to a Redis database using the NRedisStack client library.

## Overview

NRedisStack is a comprehensive .NET client library for Redis that extends StackExchange.Redis with support for Redis Stack modules. It provides strongly-typed APIs for Redis data structures and advanced features, making it ideal for modern .NET applications.

## Key Features

- **Redis Stack Support**: Native support for RedisJSON, RediSearch, RedisTimeSeries, and other modules
- **Strongly Typed**: Type-safe APIs with full IntelliSense support in Visual Studio
- **Async/Await**: Native asynchronous programming support for high-performance applications
- **StackExchange.Redis Integration**: Built on the proven StackExchange.Redis foundation
- **Connection Multiplexing**: Efficient connection sharing across multiple operations
- **Cluster Support**: Full Redis Cluster support for distributed deployments
- **Pipeline Support**: Command batching for improved throughput
- **.NET Ecosystem**: Seamless integration with ASP.NET Core, Entity Framework, and other .NET technologies

## Getting Started

Refer to the complete [C#/.NET guide]({{< relref "/develop/clients/dotnet" >}}) to install, connect, and use NRedisStack.
36 changes: 36 additions & 0 deletions content/integrate/aws-redis-cloud/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
LinkTitle: AWS
Title: Redis Cloud on AWS
categories:
- docs
- integrate
- rc
description: Deploy Redis Cloud on Amazon Web Services
group: cloud
stack: true
summary: Deploy and manage Redis Cloud databases on AWS with seamless integration and global availability.
title: AWS
type: integration
weight: 10
---

Deploy Redis Cloud on Amazon Web Services (AWS) to leverage Redis's performance with AWS's global infrastructure and services.

## Overview

Redis Cloud on AWS provides a fully managed Redis service that combines the power of Redis with AWS's reliable, scalable cloud infrastructure. Deploy Redis databases across multiple AWS regions with enterprise-grade security, automatic scaling, and 24/7 monitoring.

## Key Features

- **VPC Peering**: Secure, private connectivity between Redis Cloud and your AWS VPC
- **AWS PrivateLink**: Private connectivity without internet exposure
- **Multi-AZ Deployment**: High availability across AWS Availability Zones
- **AWS Marketplace**: Simple billing through your existing AWS account
- **Global Distribution**: Deploy in 12+ AWS regions worldwide
- **Auto-scaling**: Automatic scaling based on memory usage and throughput
- **Enterprise Security**: Data encryption, compliance certifications, and access control
- **24/7 Monitoring**: Comprehensive monitoring and alerting capabilities

## Getting Started

Get started with [Redis Cloud]({{< relref "/operate/rc/rc-quickstart" >}}) on AWS to create and manage your Redis databases with step-by-step setup instructions and best practices.
36 changes: 36 additions & 0 deletions content/integrate/azure-redis-cloud/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
LinkTitle: Azure
Title: Redis Cloud on Azure
categories:
- docs
- integrate
- rc
description: Deploy Redis Cloud on Microsoft Azure
group: cloud
stack: true
summary: Deploy and manage Redis Cloud databases on Azure with enterprise-grade security and global reach.
title: Azure
type: integration
weight: 11
---

Deploy Redis Cloud on Microsoft Azure to combine Redis's high performance with Azure's enterprise-grade cloud platform and services.

## Overview

Redis Cloud on Azure provides a fully managed Redis service that integrates seamlessly with Azure's enterprise cloud platform. Deploy Redis databases across multiple Azure regions with enterprise-grade security, compliance, and Azure-native integrations.

## Key Features

- **Azure Integration**: Native integration with Azure Virtual Networks and services
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line.

- **Private Endpoints**: Secure, private connectivity without internet exposure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is available on all Cloud vendors, I'd remove it here.

- **Multi-region Deployment**: High availability across Azure regions and availability zones
- **Azure Marketplace**: Simplified procurement and billing through Azure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line, unless talking about AMR.

- **Enterprise Security**: Azure AD integration, encryption, and compliance certifications
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line.

- **Auto-scaling**: Automatic scaling based on demand and usage patterns
- **Azure Monitor**: Integration with Azure monitoring and alerting services
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line, unless talking about AMR specifically.

- **Hybrid Cloud**: Seamless integration with on-premises and multi-cloud architectures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line. I am not super-familiar with the AMR offering, but even then I'm pretty sure we don't offer any Hybrid Cloud stuff with Redis Cloud.


## Getting Started

Get started with [Redis Cloud]({{< relref "/operate/rc/rc-quickstart" >}}) on Azure to create and manage your Redis databases.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add something about AMR here, since Azure is only available on Essentials.

38 changes: 38 additions & 0 deletions content/integrate/boost-redis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a community-supported client. We list it on our clients page as our recommendation, but I'm not sure we should have a tile each for these (we don't control them, so perhaps best not to make any firm claims about them?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

LinkTitle: Boost.Redis
Title: C++ client for Redis
categories:
- docs
- integrate
- oss
- rs
- rc
description: Learn how to build with Redis and C++
group: library
stack: true
summary: Boost.Redis is a C++ client library for Redis built on Boost.Asio.
title: Boost.Redis
type: integration
weight: 6
---

Connect your C++ application to a Redis database using the Boost.Redis client library built on Boost.Asio.

## Overview

Boost.Redis is a C++ client library for Redis built on top of Boost.Asio, providing asynchronous, high-performance Redis operations. It leverages modern C++ features and the proven Boost.Asio networking library for robust, scalable applications.

## Key Features

- **Asynchronous Operations**: Built on Boost.Asio for non-blocking, high-performance I/O
- **Modern C++**: Uses C++17 features for clean, efficient code
- **Type Safety**: Strong typing for Redis commands and responses
- **Coroutine Support**: C++20 coroutine integration for elegant async code
- **Connection Pooling**: Efficient connection management and reuse
- **Pipeline Support**: Command batching for improved throughput
- **SSL/TLS Support**: Secure connections with encryption
- **Cross-platform**: Works on all major operating systems

## Getting Started

Refer to the [Boost.Redis documentation](https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html) to install, connect, and use Boost.Redis.
38 changes: 38 additions & 0 deletions content/integrate/dart-redis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Community-supported again. Text looks OK, but I don't know if we should be claiming anything about what it can do or how it works.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

LinkTitle: dart-redis
Title: Dart client for Redis
categories:
- docs
- integrate
- oss
- rs
- rc
description: Learn how to build with Redis and Dart
group: library
stack: true
summary: redis_dart_link is a Dart client library for Redis.
title: dart-redis
type: integration
weight: 8
---

Connect your Dart application to a Redis database using the redis_dart_link client library.

## Overview

redis_dart_link is a Dart client library for Redis that provides asynchronous operations and modern Dart language features. It's designed for Flutter and server-side Dart applications requiring fast, reliable Redis connectivity.

## Key Features

- **Async/Await Support**: Native Dart asynchronous programming patterns
- **Flutter Compatible**: Works seamlessly in Flutter mobile and web applications
- **Type Safety**: Strong typing with Dart's type system
- **Connection Management**: Automatic connection handling and reconnection
- **Command Support**: Comprehensive Redis command coverage
- **Error Handling**: Robust error handling with Dart exceptions
- **Cross-platform**: Runs on mobile, web, and server platforms
- **Modern Dart**: Uses latest Dart language features and best practices

## Getting Started

Refer to the [Dart Redis documentation](https://github.com/toolsetlink/redis_dart_link) to install, connect, and use redis_dart_link.
36 changes: 36 additions & 0 deletions content/integrate/docker-redis-enterprise/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
LinkTitle: Docker (Redis Enterprise)
Title: Redis Enterprise with Docker
categories:
- docs
- integrate
- rs
description: Run Redis Enterprise in Docker containers
group: platform
stack: true
summary: Deploy Redis Enterprise Software using Docker for development and testing environments.
title: Docker (Redis Enterprise)
type: integration
weight: 26
---

Deploy Redis Enterprise Software using Docker containers for quick development setups and testing environments.

## Overview

Redis Enterprise with Docker provides a containerized version of Redis Enterprise Software, perfect for development, testing, and proof-of-concept deployments. Get enterprise features like clustering, high availability, and advanced security in a simple Docker container.

## Key Features

- **Enterprise Features**: Full Redis Enterprise capabilities in a container
- **Multi-tenancy**: Multiple databases with resource isolation
- **High Availability**: Built-in clustering and automatic failover
- **Advanced Security**: Role-based access control and encryption
- **Monitoring Dashboard**: Web-based management interface
- **Module Support**: Redis modules like RedisJSON, RediSearch, and RedisTimeSeries
- **Easy Setup**: Quick deployment with Docker Compose or single container
- **Development Ready**: Perfect for local development and testing environments

## Getting Started

Get started with the [Redis Enterprise Docker quickstart]({{< relref "/operate/rs/installing-upgrading/quickstarts/docker-quickstart" >}}) guide.
37 changes: 37 additions & 0 deletions content/integrate/docker-redis-open-source/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
LinkTitle: Docker (Redis Open Source)
Title: Redis Open Source with Docker
categories:
- docs
- integrate
- oss
- stack
description: Run Redis Open Source in Docker containers
group: platform
stack: true
summary: Deploy Redis Open Source using Docker for development and testing environments.
title: Docker (Redis Open Source)
type: integration
weight: 27
---

Deploy Redis Open Source using Docker containers for development and testing environments.

## Overview

Redis Open Source with Docker provides a containerized version of Redis with modules and RedisInsight for development and testing. Get a complete Redis development environment with Redis Stack, including popular modules and a web-based management interface.

## Key Features

- **Redis Stack**: Redis with popular modules like RedisJSON, RediSearch, and RedisTimeSeries
- **RedisInsight**: Web-based Redis management and monitoring interface
- **Easy Setup**: Single command deployment with Docker or Docker Compose
- **Development Ready**: Perfect for local development and prototyping
- **Module Support**: Pre-installed Redis modules for advanced data types
- **Cross-platform**: Runs on Windows, macOS, and Linux
- **Lightweight**: Minimal resource requirements for development environments
- **Quick Start**: Get Redis running in seconds with default configurations

## Getting Started

Learn how to [install Redis Open Source with Docker]({{< relref "/operate/oss_and_stack/install/install-stack/docker" >}}) for a complete Redis development environment.
36 changes: 36 additions & 0 deletions content/integrate/gcp-redis-cloud/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
LinkTitle: Google Cloud
Title: Redis Cloud on Google Cloud
categories:
- docs
- integrate
- rc
description: Deploy Redis Cloud on Google Cloud Platform
group: cloud
stack: true
summary: Deploy and manage Redis Cloud databases on Google Cloud with scalable infrastructure and AI/ML integration.
title: Google Cloud
type: integration
weight: 12
---

Deploy Redis Cloud on Google Cloud Platform (GCP) to leverage Redis's performance with Google's scalable cloud infrastructure and AI/ML services.

## Overview

Redis Cloud on Google Cloud provides a fully managed Redis service that integrates with Google's advanced cloud platform and AI/ML services. Deploy Redis databases across Google's global network with enterprise security, automatic scaling, and seamless GCP integrations.

## Key Features

- **GCP Integration**: Native integration with Google Cloud VPC and services
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line.

- **Private Service Connect**: Secure, private connectivity within Google Cloud
- **Global Network**: Deploy across Google's worldwide network of regions
- **AI/ML Integration**: Optimized for Google Cloud AI and machine learning workloads
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line as well.

- **BigQuery Integration**: Seamless data pipeline integration with BigQuery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also remove this line.

- **Auto-scaling**: Intelligent scaling based on traffic patterns and usage
- **Enterprise Security**: Google Cloud IAM integration and advanced security features
- **Kubernetes Integration**: Native support for Google Kubernetes Engine (GKE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also remove this line.


## Getting Started

Get started with [Redis Cloud]({{< relref "/operate/rc/rc-quickstart" >}}) on Google Cloud to create and manage your Redis databases.
38 changes: 38 additions & 0 deletions content/integrate/go-redis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
LinkTitle: go-redis
Title: Go client for Redis
categories:
- docs
- integrate
- oss
- rs
- rc
description: Learn how to build with Redis and Go
group: library
stack: true
summary: go-redis is a Go client library for Redis.
title: go-redis
type: integration
weight: 3
---

Connect your Go application to a Redis database using the go-redis client library.

## Overview

go-redis is a type-safe, Redis client library for Go that supports Redis 6.0+ features including Redis modules, Redis Cluster, Redis Sentinel, and Redis streams. It provides a clean, idiomatic Go API for interacting with Redis.

## Key Features

- **Type Safety**: Strongly typed commands and responses
- **Redis Cluster Support**: Built-in support for Redis Cluster deployments
- **Redis Sentinel**: Automatic failover with Redis Sentinel
- **Pipelining**: Efficient command batching for improved performance
- **Pub/Sub**: Real-time messaging with Redis Pub/Sub
- **Streams**: Support for Redis Streams data structure
- **Connection Pooling**: Automatic connection management
- **Context Support**: Full context.Context integration for cancellation and timeouts

## Getting Started

Refer to the complete [Go guide]({{< relref "/develop/clients/go" >}}) to install, connect, and use go-redis with detailed examples and best practices.
36 changes: 36 additions & 0 deletions content/integrate/heroku-redis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
LinkTitle: Heroku
Title: Redis Cloud on Heroku
categories:
- docs
- integrate
- rc
description: Deploy Redis Cloud as a Heroku add-on
group: platform
stack: true
summary: Add Redis Cloud to your Heroku applications for fast data storage and caching.
title: Heroku
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.
Loading