Changes
🚀 New Features
We're glad to introduce EntraIdCredentialProvider, a CredentialProvider implementation for the redis-py client. Simply plug it into your Redis client to handle Azure authentication tokens automatically, enabling seamless integration with Azure Managed Redis.
Follow the README for a quick start guidance!
- Added
EntraIdCredentialProviderthat implementsCredentialProviderinterface from the redis-py library - Added
EntraIdIdentityProviderimplementation - Added credential provider factory methods (#40)