redis/docs

Feedback: Connect to Azure Managed Redis

Closed this issue · 1 comments

Page https://redis.io/docs/latest/develop/clients/redis-py/amr

Do you know if your install for your entra extenstion for python works with Python version Python 3.13.5

When I run "pip install redis-entra-id" I get

C:\utils\vector-sample>pip install redis-entra-id
ERROR: Could not find a version that satisfies the requirement redis-entra-id (from versions: none)
ERROR: No matching distribution found for redis-entra-id

@flang-msft Hi - thanks for spotting this. It's actually a typo in the docs. The command should be:

pip install redis-entraid

The typo has been fixed in #1714.