asdf-redis-cli [](https://github.com/NeoHsu/asdf-redis-cli/actions/workflows/build.yml) [](https://github.com/NeoHsu/asdf-redis-cli/actions/workflows/lint.yml)
July 17, 2025 · View on GitHub
asdf-redis-cli

redis-cli plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar, and POSIX utilities.
Install
Plugin:
asdf plugin add redis-cli
# or
asdf plugin add redis-cli https://github.com/NeoHsu/asdf-redis-cli.git
redis-cli:
# Show all installable versions
asdf list-all redis-cli
# Install specific version
asdf install redis-cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global redis-cli latest
# Now redis-cli commands are available
redis-cli --version
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Testing Locally:
asdf plugin test redis-cli https://github.com/NeoHsu/asdf-redis-cli.git "redis-cli --version"
Thanks goes to these contributors!