Skip to content

0.6.6 - 2025-10-29

Choose a tag to compare

@github-actions github-actions released this 29 Oct 22:11
38d425f

Release Notes

Added

  • add --config-file flag for alternate configuration file (#430)
  • (cli) add AWS PrivateLink human-friendly commands (#407)
  • Add streaming logs support with --follow flag (Issue #70) (#404)
  • Add improved error messages with actionable suggestions (Issue #259) (#401)

Fixed

  • handle processing-error state in async operations (#431)

Other

  • add comprehensive presentation outline and rladmin comparison (#415)
  • Extract config/profile management to library crate (#410)
  • rewrite README for presentation readiness (#408)
  • extract profile commands from main.rs to dedicated module (#403)

Install redisctl 0.6.6

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download redisctl 0.6.6

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