Skip to content

0.5.1 - 2025-09-16

Choose a tag to compare

@github-actions github-actions released this 16 Sep 03:11
87f6065

Release Notes

Bug Fixes

  • Add workflow_dispatch trigger to crates publish workflow (#313)
  • Init-cluster workflow authentication and docker-compose setup (#314)
  • enterprise: Fix deserialization errors in cluster, user, and license structs (#327)
  • enterprise: Use correct endpoint for services list command (#328)
  • enterprise: Improve mock tests with realistic API responses

Install redisctl 0.5.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download redisctl 0.5.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
redisctl-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum