Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
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 all Redis data structures and capabilities. It provides strongly-typed APIs for Redis data structures and advanced features, making it ideal for modern .NET applications.

## Key Features

- **Redis Stack (v7.4 and earlier) and Redis 8 support**: Native support for JSON, time series, and probabilistic data structures, and Redis Query Engine.
- **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.

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
- **Advanced capability support**: JSON, time series, and probabilistic data structures, and Redis Query Engine.
- **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.
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.
38 changes: 38 additions & 0 deletions content/integrate/hiredis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
LinkTitle: hiredis
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: hiredis is a minimalistic C client library for Redis.
title: hiredis
type: integration
weight: 5
---

Connect your C application to a Redis database using the hiredis client library.

## Overview

hiredis is a minimalistic C client library for Redis that provides a simple, efficient interface for Redis operations. It's designed to be lightweight, fast, and easy to integrate into C applications with minimal dependencies.

## Key Features

- **Lightweight**: Minimal memory footprint and dependencies
- **High Performance**: Optimized for speed and low latency
- **Synchronous & Asynchronous**: Support for both blocking and non-blocking operations
- **Pipeline Support**: Efficient command batching for improved throughput
- **Error Handling**: Comprehensive error reporting and handling
- **Cross-platform**: Works on Linux, macOS, Windows, and embedded systems
- **Thread Safe**: Safe for use in multi-threaded applications
- **Simple API**: Clean, straightforward C interface

## Getting Started

Refer to the complete [C guide]({{< relref "/develop/clients/hiredis" >}}) to install, connect, and use hiredis.
19 changes: 18 additions & 1 deletion content/integrate/jedis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ type: integration
weight: 2
---

Connect your Java application to a Redis database using the Jedis client library.
Connect your Java application to a Redis database using the Jedis client library.

## Overview

Jedis is a popular Java client for Redis that provides a simple, synchronous interface for Redis operations. It offers comprehensive Redis command support and is widely used in Java applications for its straightforward API and reliable performance.

## Key Features

- **Synchronous Operations**: Simple, blocking API that's easy to understand and use
- **Complete Redis Support**: Full coverage of all Redis commands and data types
- **Connection Pooling**: Built-in connection pool management for multi-threaded applications
- **Redis Cluster**: Native support for Redis Cluster deployments
- **Sentinel Support**: High availability with Redis Sentinel integration
- **Pipeline Support**: Command batching for improved performance
- **Pub/Sub**: Real-time messaging with Redis publish/subscribe
- **Thread Safety**: Safe connection pooling for concurrent Java applications

## Getting Started

Refer to the complete [Jedis guide]({{< relref "/develop/clients/jedis" >}}) to install, connect, and use Jedis.
38 changes: 38 additions & 0 deletions content/integrate/kubernetes-redis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
LinkTitle: Kubernetes
Title: Redis on Kubernetes
categories:
- docs
- integrate
- oss
- rs
- rc
description: Deploy and manage Redis on Kubernetes
group: platform
stack: true
summary: Deploy Redis Enterprise on Kubernetes with operators and helm charts.
title: Kubernetes
type: integration
weight: 25
---

Deploy and manage Redis on Kubernetes using Redis Enterprise Operator and Helm charts for scalable containerized deployments.

## Overview

Redis on Kubernetes provides cloud-native Redis deployments using the Redis Enterprise Operator and Helm charts. Perfect for containerized applications requiring high availability, automatic scaling, and seamless integration with Kubernetes ecosystems.

## Key Features

- **Redis Enterprise Operator**: Kubernetes-native operator for automated Redis management
- **Helm Charts**: Easy deployment and configuration management
- **Auto-scaling**: Automatic scaling based on resource usage and demand
- **High Availability**: Multi-zone deployments with automatic failover
- **Persistent Storage**: Integration with Kubernetes persistent volumes
- **Service Discovery**: Native Kubernetes service discovery and load balancing
- **Resource Management**: CPU and memory limits with Kubernetes resource controls
- **Monitoring Integration**: Prometheus and Grafana integration for observability

## Getting Started

Learn how to [deploy Redis on Kubernetes]({{< relref "/operate/kubernetes" >}}) for cloud-native applications.
38 changes: 38 additions & 0 deletions content/integrate/langchain-redis/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
LinkTitle: LangChain
Title: Redis with LangChain
categories:
- docs
- integrate
- oss
- rs
- rc
description: Build AI applications with Redis and LangChain
group: ai
stack: true
summary: Use Redis as a vector database and memory store for LangChain AI applications.
title: LangChain
type: integration
weight: 30
---

Integrate Redis with LangChain to build powerful AI applications with vector search, semantic caching, and conversation memory.

## Overview

Redis integration with LangChain enables you to build sophisticated AI applications with persistent memory, vector search capabilities, and semantic caching. Perfect for chatbots, recommendation systems, and AI-powered applications requiring fast data retrieval.

## Key Features

- **Vector Search**: High-performance similarity search for embeddings and AI models
- **Conversation Memory**: Persistent chat history and context for AI conversations
- **Semantic Caching**: Cache AI model responses for faster inference and cost reduction
- **Document Storage**: Store and retrieve documents for retrieval-augmented generation (RAG)
- **Real-time Updates**: Live data updates for dynamic AI applications
- **Scalable Architecture**: Handle large-scale AI workloads with Redis performance
- **Multi-modal Support**: Support for text, image, and other data types
- **LangChain Integration**: Native integration with LangChain's ecosystem and tools

## Getting Started

Learn how to [build AI chatbots with Redis and LangChain](https://redis.io/learn/howtos/solutions/vector/gen-ai-chatbot) for enhanced AI experiences.
Loading