memcached plugin for the asdf version manager.
- MacOS
- automake
- Ubuntu
- libevent-dev
Plugin:
asdf plugin add memcached https://github.com/furkanural/asdf-memcached.git
memcached:
# Show all installable versions
asdf list-all memcached
# Install specific version
asdf install memcached latest
# Set a version globally (on your ~/.tool-versions file)
asdf global memcached latest
# Now memcached commands are available
memcached --version
# Run memcached in background
memcached -d
Check asdf readme for more instructions on how to install & manage versions.
When installing memcached using asdf install, you can pass custom configure options with the following env var:
ASDF_MEMCACHED_CONFIGURE_OPTIONS
For example, if you want to compile with an openssl libraries ASDF_MEMCACHED_CONFIGURE_OPTIONS="--enable-tls --with-libssl=$(brew --prefix openssl@1.1)" asdf install memcached
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Furkan Ural