Skip to content

Releases: redis-developer/redisctl

0.8.3 - 2026-03-06

06 Mar 04:37
48afa9f

Choose a tag to compare

Release Notes

Other

  • clarify Docker env var forwarding for password in README (#819)
  • rewrite README with elevator pitch and streamlined structure (#817) (#818)
  • sync all workspace crate versions to 0.8.2 (#816)

Install redisctl 0.8.3

Install prebuilt binaries via shell script

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

Download redisctl 0.8.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.9.0 - 2026-03-06

06 Mar 18:52
cdf12a9

Choose a tag to compare

Release Notes

Added

  • (mcp) add Docker Compose demo and upgrade tower-mcp to 0.8.1 (#831)

Fixed

  • (mcp) accept --read-only=false and add REV to redis_zrange (#827)

Other

  • (mcp) upgrade tower-mcp to 0.8.0 (#830)

Install redisctl-mcp 0.9.0

Install prebuilt binaries via shell script

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

Download redisctl-mcp 0.9.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.3 - 2026-03-06

06 Mar 04:38
48afa9f

Choose a tag to compare

Release Notes

Other

  • update Cargo.toml dependencies

Install redisctl-mcp 0.8.3

Install prebuilt binaries via shell script

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

Download redisctl-mcp 0.8.3

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

redisctl-mcp-v0.8.2

06 Mar 03:26
31befd5

Choose a tag to compare

Install redisctl-mcp 0.8.2

Install prebuilt binaries via shell script

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

Download redisctl-mcp 0.8.2

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

redisctl-core-v0.9.0

06 Mar 18:22
cdf12a9

Choose a tag to compare

chore: Release package redisctl-core version 0.9.0

redisctl-core-v0.8.3

06 Mar 04:17
48afa9f

Choose a tag to compare

chore: Release package redisctl-core version 0.8.3

redisctl-core-v0.8.2

06 Mar 03:06
31befd5

Choose a tag to compare

chore: Release package redisctl-core version 0.8.2

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