Skip to content

0.6.2 - 2025-09-22

Choose a tag to compare

@github-actions github-actions released this 22 Sep 19:14
8d4f683

Release Notes

🐛 Bug Fixes

  • error-handling: Improve error messages to include HTTP status codes (#363)
    • Show specific messages like "401 Unauthorized: Invalid username or password"
    • Display "404 Not Found: The requested resource does not exist"
    • Preserve HTTP status codes through the entire error chain
    • Replace generic "Configuration error" with actionable error details

🚀 Features

  • docker: Enhance Docker Compose setup with comprehensive redisctl examples (#363)
    • Add extensive examples demonstrating redisctl usage
    • Replace curl commands with redisctl equivalents
    • Include proper authentication patterns

Install redisctl 0.6.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

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