|
1 | 1 | ### YamlMime:Landing
|
2 | 2 | title: Azure Managed Redis Documentation
|
3 |
| -summary: Learn how to use the managed Redis offerings on Azure, including Azure Managed Redis and Azure Cache for Redis. Either service can be used as a secure data cache and messaging broker that provides high throughput and low-latency access to data for applications. Additionally, Azure Managed Redis can be used for more applications, like storing embeddings vectors and as a semantic cache. These tutorials, API references, and other documentation show you how to use Redis from any application on Azure. For information about Azure Cache for Redis, see the [Azure Cache for Redis documentation](/azure/azure-cache-for-redis/index.yml). |
| 3 | +summary: Learn how to use the managed Redis offerings on Azure, including Azure Managed Redis (preview) and our Azure Cache for Redis. Either service can be used as a secure data cache and messaging broker that provides high throughput and low-latency access to data for applications. Additionally, Azure Managed Redis can be used for more applications, like storing embeddings vectors and as a semantic cache. These tutorials, API references, and other documentation show you how to use Redis from any application on Azure. For information about Azure Cache for Redis, see the [Azure Cache for Redis documentation](../azure-cache-for-redis/index.yml). |
4 | 4 |
|
5 | 5 |
|
6 | 6 | metadata:
|
@@ -39,20 +39,20 @@ landingContent:
|
39 | 39 | linkLists:
|
40 | 40 | - linkListType: quickstart
|
41 | 41 | links:
|
42 |
| - # - text: Code a .NET Framework app |
43 |
| - # url: dotnet-how-to-use-azure-redis-cache.md |
44 |
| - # - text: Code a .NET Core app |
45 |
| - # url: dotnet-core-quickstart.md |
| 42 | + - text: Code a .NET Framework app |
| 43 | + url: dotnet-how-to-use-azure-redis-cache.md |
| 44 | + - text: Code a .NET Core app |
| 45 | + url: dotnet-core-quickstart.md |
46 | 46 | - text: Code an ASP.NET web app
|
47 | 47 | url: web-app-cache-howto.md
|
48 | 48 | - text: Code an ASP.NET Core web app
|
49 | 49 | url: web-app-aspnet-core-howto.md
|
50 |
| - # - text: Code a Java app |
51 |
| - # url: java-get-started.md |
52 |
| - # - text: Code a Node.js app |
53 |
| - # url: nodejs-get-started.md |
54 |
| - # - text: Code a Python app |
55 |
| - # url: python-get-started.md |
| 50 | + - text: Code a Java app |
| 51 | + url: java-get-started.md |
| 52 | + - text: Code a Node.js app |
| 53 | + url: nodejs-get-started.md |
| 54 | + - text: Code a Python app |
| 55 | + url: python-get-started.md |
56 | 56 | - linkListType: tutorial
|
57 | 57 | links:
|
58 | 58 | - text: Use session state provider
|
|
0 commit comments