Installation¶
Multiple ways to install redisctl depending on your platform and preferences.
Homebrew (Recommended)¶
The easiest way to install on macOS or Linux:
To upgrade:
Docker¶
Run without installing anything:
For frequent use, create an alias:
alias redisctl='docker run --rm -e REDIS_CLOUD_API_KEY -e REDIS_CLOUD_SECRET_KEY ghcr.io/redis-developer/redisctl'
See the Docker guide for more details.
Cargo (From Source)¶
If you have Rust installed:
With secure credential storage (OS keyring support):
Binary Downloads¶
Download pre-built binaries from GitHub Releases.
Download the .zip file from releases and extract to a directory in your PATH.
Verify Installation¶
Expected output:
Shell Completions¶
Generate shell completions for tab completion:
Next Steps¶
- Quick Start - Run your first commands
- Authentication - Set up credentials