Releases: redis-developer/redisctl
Releases · redis-developer/redisctl
0.7.3 - 2025-12-17
19 Dec 04:10
Compare
Sorry, something went wrong.
No results found
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
0.7.2 - 2025-12-13
16 Dec 20:41
Compare
Sorry, something went wrong.
No results found
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
0.2.1 - 2025-12-16
16 Dec 21:54
Compare
Sorry, something went wrong.
No results found
Release Notes
Other
update repository URLs for redis-developer org (#499 )
0.7.1 - 2025-12-09
09 Dec 20:58
Compare
Sorry, something went wrong.
No results found
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
0.6.6 - 2025-10-29
29 Oct 22:11
Compare
Sorry, something went wrong.
No results found
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
0.6.5 - 2025-10-07
07 Oct 21:36
Compare
Sorry, something went wrong.
No results found
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
0.6.3 - 2025-10-07
07 Oct 18:51
Compare
Sorry, something went wrong.
No results found
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
0.6.2 - 2025-09-22
22 Sep 19:14
Compare
Sorry, something went wrong.
No results found
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
redisctl-v0.6.2
22 Sep 15:14
Compare
Sorry, something went wrong.
No results found
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
v0.6.1
17 Sep 00:22
Compare
Sorry, something went wrong.
No results found
🚀 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: u32 → i32 (can be -1)
skip_import_analyze: bool → String
sync_dedicated_threads: bool → u32
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