Skip to content

Releases: redis-developer/redisctl

0.8.2 - 2026-03-04

04 Mar 19:28
185ebf0

Choose a tag to compare

Release Notes

Added

  • (enterprise) add curated table formatters for list/get commands (#761) (#763)
  • (cli) add dynamic shell completions and ValueHint annotations (#758)

Fixed

  • (output) standardize table styles and add Cloud ACL formatters (#764)

Other

  • (output) unify OutputFormat and standardize table library (#749) (#760)

Install redisctl 0.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.8.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.8.2/redisctl-installer.ps1 | iex"

Download redisctl 0.8.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.5.0 - 2026-03-04

04 Mar 19:35
185ebf0

Choose a tag to compare

Release Notes

Added

  • (mcp) add sub-module syntax for --tools CLI flag (#783) (#790)
  • (mcp) add enabled = false per toolset in policy file (#782) (#788)
  • (mcp) add tool visibility presets for manageable tool surfaces (#786) (#787)
  • (mcp) add raw API passthrough tools (#785)
  • (mcp) add 27 Enterprise tools for coverage parity (#769, #770, #771, #772) (#779)
  • (mcp) close Cloud tool coverage gaps (#773) (#778)
  • (mcp) add audit logging for tool invocations (#767) (#777)
  • (mcp) add granular allow/deny policy configuration (#776)

Other

  • (mcp) optimize tool descriptions for token efficiency (#784) (#792)

Install redisctl-mcp 0.5.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download redisctl-mcp 0.5.0

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

0.8.1 - 2026-02-28

01 Mar 17:18
9cfd9d6

Choose a tag to compare

Release Notes

Added

  • (cli) add table output and brief summary for enterprise status (#714)
  • (cli) add cluster health verification commands (#626) (#713)
  • (cli) add profile tags for organizing many profiles (#692) (#705)
  • (cli) preserve profile settings on credential update (#694) (#702)
  • (cli) add profile current command for shell prompt integration (#693) (#701)
  • (cli) add interactive profile init wizard (#690) (#698)
  • (cli) improve profile help and discoverability (#663) (#689)
  • (cli) add --connect flag to profile validate for connectivity testing (#688)

Fixed

  • (cli) improve error messages for credential and connection failures (#691) (#700)

Install redisctl 0.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.8.1/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.8.1/redisctl-installer.ps1 | iex"

Download redisctl 0.8.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

0.4.0 - 2026-02-28

01 Mar 17:20
9cfd9d6

Choose a tag to compare

Release Notes

Added

  • (mcp) migrate to tower-mcp 0.7.0 (#748)
  • (mcp) add safety annotations, normalize instructions, add verification tests (#610) (#746)
  • (mcp) add 4 composed Redis diagnostic tools (#737) (#744)
  • (mcp) add 18 write-gated Redis data management tools (#743)
  • (mcp) add profile-based connection support for Redis database tools (#742)
  • (mcp) add 14 Redis read tools for streams, pub/sub, diagnostics, ACL, modules (#741)
  • (mcp) add 27 Fixed/Essentials tier MCP tools (#734)
  • (mcp) add 5 cloud accounts (BYOC) MCP tools (#733)
  • (mcp) add 51 cloud networking MCP tools for VPC, TGW, PSC, PrivateLink (#732)
  • (mcp) add 19 cloud subscription and database MCP tools (#731)
  • (mcp) add ACL write, cost report, and payment method cloud tools (#730)
  • (mcp) add 18 enterprise tools for node actions, RBAC, CRDB, and LDAP (#715)
  • (cli) add profile tags for organizing many profiles (#692) (#705)
  • (mcp) surface credential issues clearly in tool error responses (#695) (#704)
  • (mcp) add profile_create tool for creating profiles via MCP (#646) (#703)
  • (cli) add --connect flag to profile validate for connectivity testing (#688)

Other

  • (mcp) split redis.rs into server, keys, and structures submodules (#740)
  • (mcp) split enterprise.rs and cloud.rs into domain submodules (#717)

Install redisctl-mcp 0.4.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download redisctl-mcp 0.4.0

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

0.2.0 - 2026-02-28

01 Mar 17:02
9cfd9d6

Choose a tag to compare

Release Notes

Added

  • (cli) add profile tags for organizing many profiles (#692) (#705)

Other

  • add edge case tests for profile config loading (#696) (#699)
  • add repository and homepage metadata to redisctl-core (#685)

0.8.0 - 2026-02-25

25 Feb 22:56
dccf08f

Choose a tag to compare

Release Notes

Added

  • (cli) support name@version syntax for --module flag (#675)
  • (cli) group profile list output by deployment type (#674)
  • (cli) cargo-style diagnostic error formatting (#671)
  • (cli) infer platform from profile — make cloud/enterprise prefix optional (#668)
  • (mcp) add Enterprise license, cluster, and certificate management tools (#636)
  • [breaking] implement Layer 2 architecture in redisctl-core (#630)
  • add 'db open' command to spawn redis-cli with profile credentials (#627)
  • add custom CA certificate support for Kubernetes deployments (#624)
  • [breaking] rewrite redisctl-mcp using tower-mcp framework (#597)
  • update to redis-enterprise 0.8 (#600)
  • update to redis-cloud 0.9 (#599)
  • add one-shot cost-report export command (#595)

Fixed

  • handle rate limits (429) and processing-completed state in task polling (#587)

Other

  • update examples for prefix-free CLI commands (#673)
  • document Docker as zero-install MCP option (#647) (#659)
  • consolidate workspace dependencies (#640)
  • [breaking] extract redis-cloud and redis-enterprise to standalone repos (#596)

Install redisctl 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/redis-developer/redisctl/releases/download/redisctl-v0.8.0/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.8.0/redisctl-installer.ps1 | iex"

Download redisctl 0.8.0

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.3.0 - 2026-02-25

25 Feb 22:58
dccf08f

Choose a tag to compare

Release Notes

Added

  • (mcp) auto-detect toolsets from config profiles (#667)
  • (mcp) modular router with feature flags and runtime toolset selection (#656)
  • (mcp) default to read-only mode (#655)
  • (mcp) add multi-profile support for Cloud tools (#654)
  • (mcp) add multi-profile support for Enterprise tools (#651) (#652)
  • (mcp) add create_subscription tool for Cloud (#643)
  • (mcp) add Enterprise license, cluster, and certificate management tools (#636)
  • (mcp) add Enterprise Redis ACL tools (#635)
  • (mcp) add Cloud certificate and Enterprise roles tools (#634)
  • (mcp) add Cloud database flush operation (#633)
  • (mcp) add Enterprise database write operations (#632)
  • [breaking] implement Layer 2 architecture in redisctl-core (#630)
  • add custom CA certificate support for Kubernetes deployments (#624)
  • (mcp) upgrade tower-mcp to 0.3.4 (#622)
  • add filtering support and new Redis diagnostic tools (#621)
  • add individual getter tools for Cloud and Enterprise resources (#620)
  • add MCP resources and prompts to redisctl-mcp (#619)
  • (mcp) add read-only tool filter using CapabilityFilter (#618)
  • (mcp) add historical stats, Cloud logs, debug info, and modules tools (#617)
  • (mcp) add Enterprise logs and aggregate stats tools (#616)
  • (mcp) add Enterprise license tools (#615)
  • (mcp) add mock testing support for cloud and enterprise tools (#611)
  • (mcp) add profile management tools (#609)

Fixed

  • pre-release cleanup — cfg-gate warnings and stale doc versions (#676)
  • (mcp) wrap array results in JSON objects for structuredContent compliance (#653)
  • (mcp) normalize 'default' profile to use configured default (#608)

Other

  • (mcp) bump tower-mcp to 0.5.0 (#658)
  • consolidate workspace dependencies (#640)
  • upgrade tower-mcp to 0.2.3 and use from_serialize() (#607)

Install redisctl-mcp 0.3.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download redisctl-mcp 0.3.0

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

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)