Open
Description
Hello,
First, I would like to thank you for your work and effort; I am a follower of several of your packages and they are very useful.
I am analyzing a change in authentication for Redis based on Azure Entra ID (formerly Azure AD) and I can't think of a simple way to include a reauthentication system when the token expires.
It doesn't seem easy to include the Azure SDK proposed solution:
I'm also not sure if it can be managed at this level, or if it would rather be handled by redis-py.
redis/redis-py#3008
Can anyone guide me?
Is there something currently available, or is there any thought of implementing something in this regard?
Thanks a lot