Skip to content

Commit de09f6e

Browse files
authored
Update README.md (#45)
1 parent 902024e commit de09f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The `redis-entra-id` Python package helps simplifying the authentication with [Azure Managed Redis](https://azure.microsoft.com/en-us/products/managed-redis) and Azure Cache for Redis using Microsoft Entra ID (formerly Azure Active Directory). It enables seamless integration with Azure's Redis services by fetching authentication tokens and managing the token renewal in the background. This package builds on top of `redis-py` and provides a structured way to authenticate by using a:
1+
The `redis-entraid` Python package helps simplifying the authentication with [Azure Managed Redis](https://azure.microsoft.com/en-us/products/managed-redis) and Azure Cache for Redis using Microsoft Entra ID (formerly Azure Active Directory). It enables seamless integration with Azure's Redis services by fetching authentication tokens and managing the token renewal in the background. This package builds on top of `redis-py` and provides a structured way to authenticate by using a:
22

33
* System-assigned managed identity
44
* User-assigned managed identity
@@ -32,7 +32,7 @@ Further details are available in the [AMR](https://learn.microsoft.com/en-us/azu
3232
You need to install the `redis-py` Entra ID package via the following command:
3333

3434
```bash
35-
pip install redis-entra-id
35+
pip install redis-entraid
3636
```
3737

3838
The package depends on [redis-py](https://github.com/redis/redis-py).

0 commit comments

Comments
 (0)