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
Azure Redis Cache is based on the popular opensource Redis project. It gives you access to a secure, dedicated Redis instance, managed by Microsoft and accessible from your Azure apps.
17
+
Azure Cache for Redis is based on the popular open-source Redis project. It gives you access to a secure, dedicated Redis server, managed by Microsoft and accessible from your Azure apps.
19
18
20
-
Redis is an advanced key-value store, where keys can contain data structures such as strings, hashes, lists, sets, and sorted sets. Redis supports a set of atomic operations on these data types.
19
+
Redis server is an advanced key-value store, where keys can contain data structures such as strings, hashes, lists, sets, and sorted sets. A Redis server supports a set of atomic operations on these data types.
21
20
22
-
Learn more about[Azure Redis Cache](https://docs.microsoft.com/azure/redis-cache/).
21
+
To learn more, see[Azure Cache for Redis](/azure/azure-cache-for-redis/).
23
22
24
23
## Management API
25
24
26
-
Create and manage your Redis resources in your subscription with the Redis management API.
25
+
Create and manage your Azure Cache for Redis resources in your subscription with the Redis management API.
27
26
28
27
```bash
29
28
pip install redis
@@ -32,7 +31,7 @@ pip install azure-mgmt-redis
32
31
33
32
### Example
34
33
35
-
The following example creates a new Redis cache:
34
+
The following example creates a new cache:
36
35
37
36
```python
38
37
from azure.mgmt.redis import RedisManagementClient
0 commit comments