--- id: azure-mgmt-redisenterprise version: "3.1.0" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-redisenterprise — Microsoft Azure Redisenterprise Management Client Library for Python License: unclear · Maintenance: active · Downloads: 1.2M/mo ## What it is and what it does This is the Microsoft Azure SDK management client for Redis Enterprise. It wraps the Azure Resource Manager API to let you programmatically create, update, delete, and query Redis Enterprise clusters and databases running on Azure. The package handles authentication via Azure Active Directory and provides operation groups for cluster management, database operations, and access policy assignments. You use it when you need to automate Redis Enterprise infrastructure provisioning, scaling, or monitoring from Python code. It depends on msrest for HTTP transport and azure-mgmt-core for common Azure SDK patterns. The package is tested against Python 3.9+ and is marked Production/Stable. Use it for: - Automate provisioning and teardown of Redis Enterprise clusters in CI/CD pipelines. - Programmatically scale databases by updating cluster SKU or database properties. - Manage access policies and authentication keys for Redis Enterprise databases. - Monitor cluster state and database configuration from a Python application. - Integrate Redis Enterprise lifecycle management into infrastructure-as-code tools. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Manages Azure Redis Enterprise clusters and databases via the Azure Resource Manager API, providing Python bindings to create, configure, and monitor enterprise Redis deployments. Yes. This is an official, actively maintained Azure SDK package with no known vulnerabilities, low install friction, and clear use cases for anyone automating Redis Enterprise on Azure. License treatment is unclear, so verify your compliance requirements before use in proprietary software. ## Install pip install azure-mgmt-redisenterprise uv add azure-mgmt-redisenterprise poetry add azure-mgmt-redisenterprise ## Installing azure-mgmt-redisenterprise Before you install: Low friction: pure Python wheel with three stable dependencies (msrest, azure-mgmt-core, typing-extensions). Actively maintained—last commit 2026-08-14, no vulnerabilities reported. Requires Python 3.9+. Quickstart: pip install azure-mgmt-redisenterprise from azure.mgmt.redisenterprise import RedisEnterpriseManagementClient from msrest.authentication import BasicAuthentication client = RedisEnterpriseManagementClient( credential=credential, subscription_id=sub_id ) Requires Azure subscription credentials and environment variables for authentication (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID). Verify before relying: - Whether the package requires additional Azure CLI or SDK tools beyond Python dependencies to authenticate or manage credentials. - Whether cloud_setting parameter in 3.1.0 introduces breaking changes for existing deployments. - Whether azure-identity is required as a runtime dependency or only as an optional peer for authentication examples. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.2M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure redis enterprise management, azure mgmt redis, redis enterprise cluster api, azure resource manager redis, redis enterprise provisioning python, azure redis enterprise client, azure-sdk, cloud-management, redis [View on SkillFed](https://skillfed.io/packages/azure-mgmt-redisenterprise) · [View on PyPI](https://pypi.org/project/azure-mgmt-redisenterprise/)