Skip to content

0.8.0 - 2026-02-25

Choose a tag to compare

@github-actions github-actions released this 25 Feb 22:56
dccf08f

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