Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.76 KB

File metadata and controls

59 lines (37 loc) · 1.76 KB

asdf-valkey Build Lint

valkey plugin for the asdf version manager.

Contents

Dependencies

For detailed dependency information, build options, and platform support, see the Valkey README and dependencies documentation.

Install

Plugin:

asdf plugin add valkey
# or
asdf plugin add valkey https://github.com/chytreg/asdf-valkey.git

valkey:

# Show all installable versions
asdf list-all valkey

# Install specific version
asdf install valkey latest

# Set a version globally (on your ~/.tool-versions file)
asdf global valkey latest

# Now valkey commands are available
valkey-server --version

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Dariusz Gertych