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
Copy file name to clipboardExpand all lines: articles/azure-mcp-server/tools/azure-cache-for-redis.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Azure Cache for Redis Tools for Azure MCP Server
3
-
description: Learn how to manage Azure Cache for Redis instances using the Azure MCP Server with natural language prompts. Discover tools for Redis clusters, databases, caches, and access policies.
description: Learn how to manage Azure Redis instances using the Azure MCP Server with natural language prompts. Discover tools for Redis clusters, databases, caches, and access policies.
# Azure Cache for Redis tools for Azure MCP Server
14
+
# Azure Redis tools for Azure MCP Server
15
15
16
-
The Azure MCP Server allows you to manage Azure Cache for Redis instances using natural language prompts. You can quickly manage Redis caches, clusters, databases, and access policies without remembering complex syntax or commands.
16
+
The Azure MCP Server allows you to manage Azure Redis instances using natural language prompts. You can quickly manage Redis caches, clusters, databases, and access policies without remembering complex syntax or commands.
17
17
18
-
[Azure Cache for Redis](/azure/azure-cache-for-redis/cache-overview) provides an in-memory data store based on the Redis software. Redis improves the performance and scalability of applications that use backend data stores heavily. It's able to process large volumes of application requests by keeping frequently accessed data in server memory, which can be written to and read from quickly.
18
+
[Azure Redis](/azure/redis) provides an in-memory data store based on the Redis software. Redis improves the performance and scalability of applications that use backend data stores heavily. It's able to process large volumes of application requests by keeping frequently accessed data in server memory, which can be written to and read from quickly.
19
19
20
-
Azure Cache for Redis offers both Redis open-source (OSS Redis) and Redis Enterprise as managed services. The service supports multiple tiers including Basic, Standard, Premium, Enterprise, and Enterprise Flash, each offering different levels of performance, features, and availability.
20
+
The Azure Redis tools support both [Azure Managed Redis](/azure/redis/overview) and [Azure Cache for Redis](/azure/azure-cache-for-redis/cache-overview).
The Azure MCP Server can list Redis clusters in Azure Cache for Redis Enterprise services. This allows you to view all your Redis Enterprise clusters across your subscription.
26
+
The Azure MCP Server can list Redis clusters in Azure Redis services. This allows you to view all your Redis clusters across your subscription.
27
27
28
28
Example prompts include:
29
29
@@ -57,23 +57,23 @@ Example prompts include:
57
57
58
58
## List Redis caches
59
59
60
-
The Azure MCP Server can list Redis caches in the Azure Cache for Redis service. This includes Basic, Standard, and Premium tier caches that provide traditional Redis functionality.
60
+
The Azure MCP Server can list Redis caches in the Azure Redis service. This includes Basic, Standard, and Premium tier caches that provide traditional Redis functionality.
61
61
62
62
Example prompts include:
63
63
64
64
-**List caches:** "Show me all Redis caches in my subscription."
65
-
-**Find caches:** "What Azure Cache for Redis instances do I have?"
65
+
-**Find caches:** "What Azure Redis instances do I have?"
66
66
-**View cache inventory:** "List all my Redis caches"
67
67
-**Check cache status:** "Show Redis caches in subscription abc123"
68
-
-**Query caches:** "Get all my Azure Cache for Redis instances"
68
+
-**Query caches:** "Get all my Azure Redis instances"
69
69
70
70
| Parameter | Required | Description |
71
71
| --- | --- | --- |
72
72
| Subscription | Required | The ID of the subscription containing the Redis caches. |
73
73
74
74
## List cache access policies
75
75
76
-
The Azure MCP Server can list access policy assignments in an Azure Redis cache. Azure Cache for Redis provides role-based access control (RBAC) to manage user permissions and enforce authentication and authorization rules.
76
+
The Azure MCP Server can list access policy assignments in an Azure Redis cache. Azure Redis provides role-based access control (RBAC) to manage user permissions and enforce authentication and authorization rules.
77
77
78
78
Example prompts include:
79
79
@@ -93,4 +93,4 @@ Example prompts include:
93
93
94
94
-[What are the Azure MCP Server tools?](index.md)
95
95
-[Get started using Azure MCP Server](../get-started.md)
96
-
-[Azure Cache for Redis documentation](/azure/azure-cache-for-redis/)
0 commit comments