Skip to content

NeoHsu/asdf-redis-cli

Repository files navigation

asdf-redis-cli Build Lint

redis-cli plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, make, a C compiler such as gcc, OpenSSL development headers, 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 the latest stable redis-cli
asdf install redis-cli latest

# Set a version for your user (writes to your ~/.tool-versions)
asdf set -u redis-cli latest

# Now redis-cli commands are available
redis-cli --version

Check asdf readme for more instructions on how to install & manage versions.

Version selection

latest resolves to the newest stable Redis source release and skips beta/rc/milestone releases.

# Latest stable release
asdf install redis-cli latest

# Latest stable release in a version series
asdf install redis-cli latest:8.6

# Specific release
asdf install redis-cli 8.8.0

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" --asdf-tool-version latest

Thanks goes to these contributors!

License

See LICENSE © Neo Hsu

About

redis-cli plugin for the asdf version manager.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages