You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: content/integrate/NRedisStack/_index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,23 @@ type: integration
16
16
weight: 2
17
17
---
18
18
19
-
Connect your C#/.NET application to a Redis database using the NRedisStack client library.
19
+
Connect your C#/.NET application to a Redis database using the NRedisStack client library.
20
+
21
+
## Overview
22
+
23
+
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.
24
+
25
+
## Key Features
26
+
27
+
-**Redis Stack (v7.4 and earlier) and Redis 8 support**: Native support for JSON, time series, and probabilistic data structures, and Redis Query Engine.
28
+
-**Strongly Typed**: Type-safe APIs with full IntelliSense support in Visual Studio
29
+
-**Async/Await**: Native asynchronous programming support for high-performance applications
30
+
-**StackExchange.Redis Integration**: Built on the proven StackExchange.Redis foundation
31
+
-**Connection Multiplexing**: Efficient connection sharing across multiple operations
32
+
-**Cluster Support**: Full Redis Cluster support for distributed deployments
33
+
-**Pipeline Support**: Command batching for improved throughput
34
+
-**.NET Ecosystem**: Seamless integration with ASP.NET Core, Entity Framework, and other .NET technologies
35
+
36
+
## Getting Started
20
37
21
38
Refer to the complete [C#/.NET guide]({{< relref "/develop/clients/dotnet" >}}) to install, connect, and use NRedisStack.
description: Deploy Redis Cloud on Amazon Web Services
9
+
group: cloud
10
+
stack: true
11
+
summary: Deploy and manage Redis Cloud databases on AWS with seamless integration and global availability.
12
+
title: AWS
13
+
type: integration
14
+
weight: 10
15
+
---
16
+
17
+
Deploy Redis Cloud on Amazon Web Services (AWS) to leverage Redis's performance with AWS's global infrastructure and services.
18
+
19
+
## Overview
20
+
21
+
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.
22
+
23
+
## Key Features
24
+
25
+
-**VPC Peering**: Secure, private connectivity between Redis Cloud and your AWS VPC
26
+
-**AWS Transit Gateway**: Private connectivity to multiple resources
27
+
-**Multi-AZ Deployment**: High availability across AWS Availability Zones
28
+
-**AWS Marketplace**: Simple billing through your existing AWS account
29
+
-**Global Distribution**: Deploy in 12+ AWS regions worldwide
30
+
-**Auto-scaling**: Automatic scaling based on memory usage and throughput
31
+
-**Enterprise Security**: Data encryption, compliance certifications, and access control
32
+
-**24/7 Monitoring**: Comprehensive monitoring and alerting capabilities
33
+
34
+
## Getting Started
35
+
36
+
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.
0 commit comments