Skip to content

Commit 6ac1535

Browse files
authored
Merge pull request MicrosoftDocs#1523 from flang-msft/patch-1
fix author and ms.service values
2 parents 17c1287 + af75def commit 6ac1535

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs-ref-services/latest/redis.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,27 @@
22
title: Azure Redis libraries for Python
33
description: Reference documentation for the Python client libraries for Redis
44
keywords: Azure, Python, Redis, API, SDK, database, NoSQL
5-
author: sptramer
6-
ms.author: sttramer
7-
manager: douge
5+
author: flang-msft
6+
ms.author: franlanglois
87
ms.date: 06/26/2017
98
ms.topic: reference
109
ms.devlang: python
11-
ms.service: redis
10+
ms.service: cache
1211
---
1312

14-
# Azure Redis Cache libraries for Python
13+
# Azure Cache for Redis libraries for Python
1514

1615
## Overview
1716

18-
Azure Redis Cache is based on the popular open source 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.
1918

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.
2120

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/).
2322

2423
## Management API
2524

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.
2726

2827
```bash
2928
pip install redis
@@ -32,7 +31,7 @@ pip install azure-mgmt-redis
3231

3332
### Example
3433

35-
The following example creates a new Redis cache:
34+
The following example creates a new cache:
3635

3736
```python
3837
from azure.mgmt.redis import RedisManagementClient

0 commit comments

Comments
 (0)