| page_type | sample | ||||||
|---|---|---|---|---|---|---|---|
| languages |
|
||||||
| name | Azure Managed Redis samples | ||||||
| description | Learn how to use Azure Managed Redis to have access to a secure, dedicated cache that is accessible from any application within Azure. | ||||||
| products |
|
This repository contains samples that demonstrate best practices and general recommendations to communicate with Azure Managed Redis from various Redis client frameworks. To find out more about the Azure Managed Redis service, visit the Azure Managed Redis documentation.
- The easiest way to use these samples without using Git is to clone the current repo using a Git client.
Please see the description of each individual sample for instructions on how to build and run it.
The following quickstarts demonstrate how to incorporate Azure Managed Redis into an app. If you want to create one of the quickstart apps from scratch, please follow the corresponding article on the documentation site.
| Quickstart | Status | Description |
|---|---|---|
| Quickstart ASP.NET Core | Learn how to use an ASP.NET Core web application to connect to Azure Managed Redis to store and retrieve data from the cache. | |
| Quickstart C# .NET Core | Learn how to incorporate Azure Managed Redis into a C# .NET Core console app using the StackExchange.Redis Redis client. | |
| Quickstart Node.js | added | Learn how to incorporate Azure Managed Redis into a Node.js app. |
| Quickstart Go | added | Learn how to incorporate Azure Managed Redis into a Go app. |
| Quickstart Python | added | Learn how to incorporate Azure Managed Redis into a Go Python scrip |
Check out these other samples in this repo for code beyond QuickStarts.