Skip to content

Releases: redis-developer/redisctl

Python Bindings v0.1.0

23 Jan 18:41
d7ce449

Choose a tag to compare

Python Bindings for redisctl

Initial release of Python bindings for Redis Cloud and Enterprise management APIs.

Installation

pip install redisctl

Features

CloudClient (Redis Cloud API)

  • Subscriptions (list, get)
  • Databases (list, get)
  • Raw API access (get, post, put, delete)
  • from_env() with flexible env var support

EnterpriseClient (Redis Enterprise API)

  • Cluster info, stats, license
  • Databases (list, get, stats)
  • Nodes (list, get, stats)
  • Users (list, get)
  • Raw API access
  • from_env() constructor

Usage

from redisctl import CloudClient, EnterpriseClient

# Redis Cloud
cloud = CloudClient.from_env()  # Uses REDIS_CLOUD_API_KEY, REDIS_CLOUD_API_SECRET
subs = cloud.subscriptions_sync()

# Redis Enterprise  
enterprise = EnterpriseClient.from_env()  # Uses REDIS_ENTERPRISE_* vars
dbs = enterprise.databases_sync()

# Async support
import asyncio
async def main():
    subs = await cloud.subscriptions()
asyncio.run(main())

Platforms

  • Linux (x86_64, aarch64)
  • macOS (x86_64, arm64)
  • Windows (x86_64)
  • Python 3.9+

0.1.2 - 2026-01-23

23 Jan 19:57
ca52f86

Choose a tag to compare

Release Notes

Added

  • (mcp) add --database-url CLI option for direct Redis connections (#574)
  • (mcp) add database tools for direct Redis connections (#572)

Other

  • add Python bindings documentation and update CHANGELOGs (#581)

0.2.2 - 2026-01-23

23 Jan 19:56
ca52f86

Choose a tag to compare

Release Notes

Added

  • (config) add database profile type for direct Redis connections (#566)

0.7.5 - 2026-01-14

14 Jan 23:41
cdc5520

Choose a tag to compare

Release Notes

Added

  • (enterprise) add first-class params for all remaining commands (#558)
  • (enterprise) add first-class params for job-scheduler, bdb-group, suffix, migration (#556)
  • (enterprise) add first-class params for LDAP mapping create/update (#554)
  • (cli) add first-class params for enterprise CRDB update (#553)
  • (cli) add first-class params for enterprise cluster update (#552)
  • (cli) add first-class params for enterprise node update (#551)
  • (cli) add first-class params for enterprise ACL create/update (#550)
  • (cli) add first-class params for enterprise role create/update (#549)
  • (cli) add first-class params for enterprise user create/update (#548)
  • (cli) add first-class params for enterprise database update (#547)
  • (cli) add first-class params for database update-aa-regions (#546)
  • (cloud) add first-class CLI params for provider-account commands (#545)
  • (cloud) add first-class CLI params for fixed-subscription commands (#544)
  • (cloud) add first-class CLI params for fixed-database commands (#543)
  • (cloud) add first-class params to database commands (#542)
  • (cloud) add first-class params to subscription commands (#541)
  • (cloud) add first-class CLI params for all connectivity commands (#540)

Install redisctl 0.7.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.5/redisctl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.5/redisctl-installer.ps1 | iex"

Download redisctl 0.7.5

File Platform Checksum
redisctl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
redisctl-x86_64-apple-darwin.tar.xz Intel macOS checksum
redisctl-x86_64-pc-windows-msvc.zip x64 Windows checksum
redisctl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.1 - 2026-01-14

14 Jan 23:28
cdc5520

Choose a tag to compare

Release Notes

Added

  • (mcp) add Private Link, Transit Gateway, BDB Groups, OCSP, and Suffixes tools (#561)
  • (mcp) add VPC Peering, Cloud Accounts, and CRDB Tasks tools (#560)
  • (mcp) add 25 new tools for enterprise and cloud operations (#559)

Other

  • (mcp) add readme to redisctl-mcp crate (#534)
  • (redisctl) release v0.7.4 (#517)

0.7.4 - 2026-01-12

12 Jan 20:27
b67d4c3

Choose a tag to compare

Release Notes

Added

  • add MCP server for AI integration (#531)

Other

  • add Enterprise CLI Docker integration tests (#523)

Install redisctl 0.7.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.4/redisctl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.4/redisctl-installer.ps1 | iex"

Download redisctl 0.7.4

File Platform Checksum
redisctl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
redisctl-x86_64-apple-darwin.tar.xz Intel macOS checksum
redisctl-x86_64-pc-windows-msvc.zip x64 Windows checksum
redisctl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.3 - 2025-12-17

19 Dec 04:10
88e96fd

Choose a tag to compare

Release Notes

Added

  • add module workflow tools (validate, inspect, package) (#513)
  • add module name lookup for module get and database create (#512)

Fixed

  • support JMESPath backtick string literals and improve module upload error (#511)
  • correct repository URLs broken by PR #500 (#506)

Other

  • update documentation URLs to new hosting location (#509)
  • release (#503)

Install redisctl 0.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.3/redisctl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.3/redisctl-installer.ps1 | iex"

Download redisctl 0.7.3

File Platform Checksum
redisctl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
redisctl-x86_64-apple-darwin.tar.xz Intel macOS checksum
redisctl-x86_64-pc-windows-msvc.zip x64 Windows checksum
redisctl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.2 - 2025-12-13

16 Dec 20:41
c2578c3

Choose a tag to compare

Release Notes

Added

  • upgrade jmespath_extensions to 0.6 with full feature set (#496)

Install redisctl 0.7.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.2/redisctl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.7.2/redisctl-installer.ps1 | iex"

Download redisctl 0.7.2

File Platform Checksum
redisctl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
redisctl-x86_64-apple-darwin.tar.xz Intel macOS checksum
redisctl-x86_64-pc-windows-msvc.zip x64 Windows checksum
redisctl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.1 - 2025-12-16

16 Dec 21:54
e339677

Choose a tag to compare

Release Notes

Other

  • update repository URLs for redis-developer org (#499)

0.7.1 - 2025-12-09

09 Dec 20:58
9881dea

Choose a tag to compare

Release Notes

Added

  • add cross-platform pager support for Windows (#491)
  • (cloud) add delete endpoint for PrivateLink (#487)
  • (cloud) add upgrade endpoints for Essentials databases (#488)
  • (cloud) add available-versions command for Essentials databases (#485)
  • (cloud) add update-aa-regions command for Active-Active databases (#486)
  • (cloud) add update single tag endpoint for Pro databases (#489)

Install redisctl 0.7.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joshrotenberg/redisctl/releases/download/redisctl-v0.7.1/redisctl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joshrotenberg/redisctl/releases/download/redisctl-v0.7.1/redisctl-installer.ps1 | iex"

Download redisctl 0.7.1

File Platform Checksum
redisctl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
redisctl-x86_64-apple-darwin.tar.xz Intel macOS checksum
redisctl-x86_64-pc-windows-msvc.zip x64 Windows checksum
redisctl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum