Releases: redis-developer/redisctl
Releases · redis-developer/redisctl
0.4.0 - 2026-02-28
01 Mar 17:20
Compare
Sorry, something went wrong.
No results found
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
0.2.0 - 2026-02-28
01 Mar 17:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
0.3.0 - 2026-02-25
25 Feb 22:58
Compare
Sorry, something went wrong.
No results found
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
Python Bindings v0.1.0
23 Jan 18:41
Compare
Sorry, something went wrong.
No results found
Python Bindings for redisctl
Initial release of Python bindings for Redis Cloud and Enterprise management APIs.
Installation
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
(config) add database profile type for direct Redis connections (#566 )
0.7.5 - 2026-01-14
14 Jan 23:41
Compare
Sorry, something went wrong.
No results found
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
0.1.1 - 2026-01-14
14 Jan 23:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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