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
EntraIdCredentialProvider
that implementsCredentialProvider
interface from the redis-py library - Added
EntraIdIdentityProvider
implementation - Added credential provider factory methods (#40)