Skip to content

Releases: redis-developer/redisctl

0.7.3 - 2025-12-17

19 Dec 04:10
88e96fd

Choose a tag to compare

Release Notes

Added

  • add module workflow tools (validate, inspect, package) (#513)
  • add module name lookup for module get and database create (#512)

Fixed

  • support JMESPath backtick string literals and improve module upload error (#511)
  • correct repository URLs broken by PR #500 (#506)

Other

  • update documentation URLs to new hosting location (#509)
  • release (#503)

Install redisctl 0.7.3

Install prebuilt binaries via shell script

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

Download redisctl 0.7.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.7.2 - 2025-12-13

16 Dec 20:41
c2578c3

Choose a tag to compare

Release Notes

Added

  • upgrade jmespath_extensions to 0.6 with full feature set (#496)

Install redisctl 0.7.2

Install prebuilt binaries via shell script

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

Download redisctl 0.7.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.2.1 - 2025-12-16

16 Dec 21:54
e339677

Choose a tag to compare

Release Notes

Other

  • update repository URLs for redis-developer org (#499)

0.7.1 - 2025-12-09

09 Dec 20:58
9881dea

Choose a tag to compare

Release Notes

Added

  • add cross-platform pager support for Windows (#491)
  • (cloud) add delete endpoint for PrivateLink (#487)
  • (cloud) add upgrade endpoints for Essentials databases (#488)
  • (cloud) add available-versions command for Essentials databases (#485)
  • (cloud) add update-aa-regions command for Active-Active databases (#486)
  • (cloud) add update single tag endpoint for Pro databases (#489)

Install redisctl 0.7.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download redisctl 0.7.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

0.6.6 - 2025-10-29

29 Oct 22:11
38d425f

Choose a tag to compare

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

0.6.5 - 2025-10-07

07 Oct 21:36
abd180f

Choose a tag to compare

Release Notes

Added

  • (enterprise) implement local node commands and expose shard commands

Fixed

  • add JSON output support to profile and version commands (#394)

Install redisctl 0.6.5

Install prebuilt binaries via shell script

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

Download redisctl 0.6.5

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.6.3 - 2025-10-07

07 Oct 18:51
a7094d7

Choose a tag to compare

Release Notes

Added

  • add comprehensive Files.com API key management with secure storage
  • add support package upload feature with files-sdk 0.3.1
  • add support package optimization

Fixed

  • (secure-storage) enable platform-native keyring backends

Other

  • add support package optimization and upload documentation
  • Merge pull request #371 from joshrotenberg/feat/homebrew-auto-update
  • add Homebrew installation instructions

Install redisctl 0.6.3

Install prebuilt binaries via shell script

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

Download redisctl 0.6.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.6.2 - 2025-09-22

22 Sep 19:14
8d4f683

Choose a tag to compare

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

redisctl-v0.6.2

22 Sep 15:14
8d4f683

Choose a tag to compare

Install redisctl 0.6.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joshrotenberg/redisctl/releases/download/redisctl-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/redisctl-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

v0.6.1

17 Sep 00:22
f45ead2

Choose a tag to compare

🚀 v0.6.1

🐛 Bug Fixes

Redis Enterprise API Type Fixes

  • Fixed master_persistence type from String to bool (#348)
  • Fixed max_aof_file_size type from String to u64 (#351)
  • Fixed additional type mismatches:
    • recovery_wait_time: u32i32 (can be -1)
    • skip_import_analyze: boolString
    • sync_dedicated_threads: boolu32

Profile Resolution Improvements

  • Improved profile resolution for explicit cloud/enterprise commands (#353)
  • Added type-specific defaults (default_enterprise, default_cloud)
  • Smart resolution order: explicit flag → type-specific default → first matching profile → helpful error

🚀 Improvements

  • Added serde_path_to_error for better deserialization error messages (#349)

📦 Published to crates.io

  • redis-cloud v0.6.1
  • redis-enterprise v0.6.1
  • redisctl v0.6.1